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.

(cherry-picked from 6600e2e2b9)
This commit is contained in:
Michał Gołębiowski 2016-06-09 00:07:03 +02:00
parent 7e66f552ec
commit ac1c472b41

1
.npmrc Normal file
View File

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