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 Jun 14, 2017
1 parent 738bc7b commit c6ba6a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
@@ -1,2 +1,9 @@
# gitignore

.DS_Store
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 c6ba6a5

Please sign in to comment.