Skip to content

Commit

Permalink
npm: use save-exact option by default to avoid ^x.y.z which is makes …
Browse files Browse the repository at this point in the history
…builds non repeatable
  • Loading branch information
guymguym committed Aug 14, 2016
1 parent 350b959 commit df46ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
1 change: 1 addition & 0 deletions frontend/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true

0 comments on commit df46ab9

Please sign in to comment.