]> source.dussan.org Git - jquery.git/commitdiff
Build: Add .npmrc with save-exact=true
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 27 Jan 2016 11:26:52 +0000 (12:26 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Wed, 27 Jan 2016 11:26:52 +0000 (12:26 +0100)
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.

.npmrc [new file with mode: 0644]

diff --git a/.npmrc b/.npmrc
new file mode 100644 (file)
index 0000000..cffe8cd
--- /dev/null
+++ b/.npmrc
@@ -0,0 +1 @@
+save-exact=true