Skip to content

Commit

Permalink
Only apps should have lockfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 31, 2017
1 parent e4c0c3b commit 86fdae8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -25,3 +25,8 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# Only apps should have lockfiles
npm-shrinkwrap.json
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
package-lock=false

0 comments on commit 86fdae8

Please sign in to comment.