Skip to content

Commit

Permalink
Chore: Prevent package-lock.json files from being created (fixes #8742)
Browse files Browse the repository at this point in the history
This adds an .npmrc file to the project root to prevent npm from creating a package-lock.json file on install.
  • Loading branch information
not-an-aardvark committed Jun 16, 2017
1 parent 5f81a68 commit bb15977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
package-lock = false

0 comments on commit bb15977

Please sign in to comment.