Skip to content

Commit b82f590

Browse files
committed
Only apps should have lockfiles
1 parent f06b0d8 commit b82f590

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ package-lock.json
1414
coverage/
1515
node_modules/
1616
test/tmp/
17+
18+
# Only apps should have lockfiles
19+
npm-shrinkwrap.json
20+
package-lock.json
21+
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)