Skip to content

Commit

Permalink
Add a npmrc with package-lock=false
Browse files Browse the repository at this point in the history
Because rails+webpacker rely on yarn, not npm.
  • Loading branch information
himdel committed Aug 3, 2017
1 parent cea40f2 commit 513cf49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# using yarn
package-lock = false

0 comments on commit 513cf49

Please sign in to comment.