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:06:53 +02:00
parent 5d005f75e5
commit 2b5d7243bd

1
.npmrc Normal file
View File

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