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 16, 2017
1 parent ebaa8e3 commit 4067495
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 @@ -34,3 +34,8 @@ node_modules
# generated output
lib/
**/.nyc_output/

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

0 comments on commit 4067495

Please sign in to comment.