aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-06-09 00:06:53 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2016-06-09 00:06:53 +0200
commit2b5d7243bdfe8dbe00b5ba1c4c3cc2a749a8dd80 (patch)
tree2dd2604b245983c657b1f5f4c3a72f68abd6ded9
parent5d005f75e5c46b34aa6f444775d9d580ceb94a20 (diff)
downloadjquery-2b5d7243bdfe8dbe00b5ba1c4c3cc2a749a8dd80.tar.gz
jquery-2b5d7243bdfe8dbe00b5ba1c4c3cc2a749a8dd80.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