Skip to content

Commit

Permalink
Prevent package-lock.json files from being created.
Browse files Browse the repository at this point in the history
Adopt the approach chosen by ESLint (eslint/eslint#8742)
to deal with `package-lock.json` files by not generating them at all.
  • Loading branch information
bmeurer committed Oct 18, 2017
1 parent d073d80 commit b7c10e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4,811 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
package-lock = false

0 comments on commit b7c10e1

Please sign in to comment.