Skip to content

Commit 8b06730

Browse files
committed
Only apps should have lockfiles
1 parent a458d11 commit 8b06730

File tree

3 files changed

+6
-13140
lines changed

3 files changed

+6
-13140
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ node_modules
2727
# build artifact
2828
test/bundle.js
2929
.nyc_output
30+
31+
# Only apps should have lockfiles
32+
npm-shrinkwrap.json
33+
package-lock.json
34+
yarn.lock

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)