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 Oct 5, 2017
1 parent 3b133fa commit 09951b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# gitignore
HEAD
.cache
v*
Expand All @@ -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 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false

0 comments on commit 09951b4

Please sign in to comment.