Only apps should have lockfiles

Jordan Harband 2017-10-05 13:34:54 -07:00
parent 3b133fac2f
commit 09951b49c5
2 changed files with 7 additions and 0 deletions

6
.gitignore vendored
View File

@ -1,3 +1,4 @@
# gitignore
HEAD
.cache
v*
@ -15,3 +16,8 @@ npm-debug.log
.DS_Store
current
default-packages
# Only apps should have lockfiles
npm-shrinkwrap.json
package-lock.json
yarn.lock

1
.npmrc 100644
View File

@ -0,0 +1 @@
package-lock=false