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.

Refs jquery/jquery#6600e2e2b9863dc91601d94541a3808cf3ccc90c
  • Loading branch information
mgol committed May 24, 2016
1 parent 582b63c commit 17afc90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
save-exact=true

0 comments on commit 17afc90

Please sign in to comment.