aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-06-09 00:07:03 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2016-06-09 00:07:03 +0200
commitac1c472b41808f523247074f4330f56bf3bd6a3d (patch)
tree7db493540f78ff8af4987b462377398948f1c2d7
parent7e66f552ecde7eb433ba671a453664e19c2f2a72 (diff)
downloadjquery-ac1c472b41808f523247074f4330f56bf3bd6a3d.tar.gz
jquery-ac1c472b41808f523247074f4330f56bf3bd6a3d.zip
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 6600e2e2b9863dc91601d94541a3808cf3ccc90c)
-rw-r--r--.npmrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.npmrc b/.npmrc
new file mode 100644
index 000000000..cffe8cdef
--- /dev/null
+++ b/.npmrc
@@ -0,0 +1 @@
+save-exact=true