chore: add .npmrc to force save-exact by default

All the deps in package.json should be exact versions by default.
This commit is contained in:
Zoltan Kochan
2016-09-03 12:56:26 +03:00
parent 458c97faa6
commit a8a9dcc610

1
.npmrc Normal file
View File

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