Skip to content

Commit eeccd16

Browse files
committed
Only apps should have lockfiles
1 parent 77afcc7 commit eeccd16

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
@@ -38,3 +38,8 @@ jspm_packages
3838

3939
# Built files
4040
/lib
41+
42+
# Only apps should have lockfiles
43+
npm-shrinkwrap.json
44+
package-lock.json
45+
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)