Skip to content

Commit

Permalink
Add npmrc to prevent package-lock.json generation
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed May 1, 2021
1 parent cf34bbb commit 26d85ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
public-hoist-pattern[]=*
package-lock=false
lockfile=false
prefer-frozen-lockfile=false

0 comments on commit 26d85ef

Please sign in to comment.