diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-01-27 12:26:52 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-01-27 12:26:52 +0100 |
commit | 6600e2e2b9863dc91601d94541a3808cf3ccc90c (patch) | |
tree | 90aca22b501f621a4938c7603c8ff2dab928896d | |
parent | dda87f6b16fa36c728aef1a85a69176a36cf5b21 (diff) | |
download | jquery-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-- | .npmrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -0,0 +1 @@ +save-exact=true |