Skip to content

Commit 7b2adfa

Browse files
committed
Only apps should have lockfiles
1 parent a586c99 commit 7b2adfa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: .gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ dist
102102

103103
# TernJS port file
104104
.tern-port
105+
106+
# Only apps should have lockfiles
107+
npm-shrinkwrap.json
108+
package-lock.json
109+
yarn.lock

Diff for: .npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)