Skip to content

Commit 54bbb31

Browse files
committed
Only apps should have lockfiles
1 parent 5ba380a commit 54bbb31

3 files changed

Lines changed: 6 additions & 3113 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ node_modules
22
yarn.lock
33
npm-debug.log
44
/coverage
5+
6+
# Only apps should have lockfiles
7+
npm-shrinkwrap.json
8+
package-lock.json
9+
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)