Build: Add .npmrc with save-exact=true

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
This commit is contained in:
Michał Gołębiowski 2016-05-17 21:21:51 +00:00
parent 582b63c607
commit 17afc90a26

1
.npmrc Normal file
View File

@ -0,0 +1 @@
save-exact=true