Skip to content

Commit

Permalink
Build: Add .npmrc with save-exact=true
Browse files Browse the repository at this point in the history
This makes commands like `npm install package --save-dev` always get saved
to package.json as a pinned version and not as a `^`-delimited range.
  • Loading branch information
mgol committed Jan 27, 2016
1 parent dda87f6 commit 6600e2e
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 @@
save-exact=true

0 comments on commit 6600e2e

Please sign in to comment.