aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-01-27 12:26:52 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2016-01-27 12:26:52 +0100
commit6600e2e2b9863dc91601d94541a3808cf3ccc90c (patch)
tree90aca22b501f621a4938c7603c8ff2dab928896d
parentdda87f6b16fa36c728aef1a85a69176a36cf5b21 (diff)
downloadjquery-6600e2e2b9863dc91601d94541a3808cf3ccc90c.tar.gz
jquery-6600e2e2b9863dc91601d94541a3808cf3ccc90c.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.
-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