From: Michał Gołębiowski Date: Wed, 8 Jun 2016 22:06:53 +0000 (+0200) Subject: Build: Add .npmrc with save-exact=true X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2b5d7243bdfe8dbe00b5ba1c4c3cc2a749a8dd80;p=jquery.git 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) --- diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..cffe8cdef --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +save-exact=true