diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-06-09 00:06:53 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-06-09 00:06:53 +0200 |
commit | 2b5d7243bdfe8dbe00b5ba1c4c3cc2a749a8dd80 (patch) | |
tree | 2dd2604b245983c657b1f5f4c3a72f68abd6ded9 | |
parent | 5d005f75e5c46b34aa6f444775d9d580ceb94a20 (diff) | |
download | jquery-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-- | .npmrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -0,0 +1 @@ +save-exact=true |