Only apps should have lockfiles

This commit is contained in:
Jordan Harband 2017-07-25 23:05:46 -07:00
parent a37ce90524
commit 4433c428ff
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
2 changed files with 6 additions and 0 deletions

5
.gitignore vendored
View File

@ -6,3 +6,8 @@ console/TestCases
github-deploy-key
github-deploy-key.pub
node_modules
# Only apps should have lockfiles
package-lock.json
yarn.lock
npm-shrinkwrap.json

1
.npmrc Normal file
View File

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