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 4, 2017
1 parent 98f2224 commit 5ba3149
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# gitignore

node_modules

# Only apps should have lockfiles
yarn.lock
package-lock.json
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
1 change: 1 addition & 0 deletions packages/eslint-config-airbnb-base/.npmrc
1 change: 1 addition & 0 deletions packages/eslint-config-airbnb/.npmrc

0 comments on commit 5ba3149

Please sign in to comment.