Skip to content

Commit d4af33a

Browse files
marioneblLinusU
authored andcommitted
chore: save npm dependencies with pinned version by default (#261)
* repins all npm dependencies in package.json * adds .npmrc with save-exact = true
1 parent 99247fa commit d4af33a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact = true

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,19 @@
5858
"node-uuid": "1.4.7",
5959
"nodemon": "1.9.2",
6060
"nyc": "6.6.1",
61-
"proxyquire": "^1.7.9",
61+
"proxyquire": "1.7.9",
6262
"rimraf": "2.5.2",
63-
"semantic-release": "^4.3.5",
63+
"semantic-release": "4.3.5",
6464
"semver": "5.1.0",
65-
"sinon": "^1.17.3"
65+
"sinon": "1.17.3"
6666
},
6767
"dependencies": {
6868
"chalk": "1.1.3",
6969
"cz-conventional-changelog": "1.1.6",
7070
"dedent": "0.6.0",
7171
"detect-indent": "4.0.0",
7272
"find-node-modules": "1.0.1",
73-
"find-root": "^1.0.0",
73+
"find-root": "1.0.0",
7474
"glob": "7.0.4",
7575
"gulp": "3.9.1",
7676
"gulp-git": "1.7.2",

0 commit comments

Comments
 (0)