Skip to content

Commit

Permalink
chore(npm): add npmrc disabling package-lock.json
Browse files Browse the repository at this point in the history
A lockfile makes it harder for carat ranges to work as we desire for pelias
packages when running `npm install`.
  • Loading branch information
orangejulius committed Sep 10, 2018
1 parent d83d426 commit 0e1eea2
Showing 1 changed file with 1 addition and 0 deletions.
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 0e1eea2

Please sign in to comment.