]> source.dussan.org Git - jquery.git/commit
Build: Add .npmrc with save-exact=true
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 8 Jun 2016 22:06:53 +0000 (00:06 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Wed, 8 Jun 2016 22:06:53 +0000 (00:06 +0200)
commit2b5d7243bdfe8dbe00b5ba1c4c3cc2a749a8dd80
tree2dd2604b245983c657b1f5f4c3a72f68abd6ded9
parent5d005f75e5c46b34aa6f444775d9d580ceb94a20
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)
.npmrc [new file with mode: 0644]