Skip to content

Commit c3a59fa

Browse files
vkarpov15jonnyom
authored andcommitted
chore: demote sinon to dev dependencies (#202)
1 parent b53c111 commit c3a59fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"dependencies": {
2121
"bluebird": "^3.3.4",
2222
"htmlencode": "^0.0.4",
23-
"request": "^2.83.0",
24-
"sinon": "^4.1.3"
23+
"request": "^2.83.0"
2524
},
2625
"devDependencies": {
2726
"babel-core": "^6.7.4",
@@ -36,7 +35,8 @@
3635
"gulp-mocha": "^2.0.0",
3736
"gulp-nsp": "^2.4.2",
3837
"gulp-plumber": "^1.1.0",
39-
"nock": "7.5.0"
38+
"nock": "7.5.0",
39+
"sinon": "^6.1.4"
4040
},
4141
"scripts": {
4242
"prepublish": "gulp prepublish",

0 commit comments

Comments
 (0)