Skip to content

Commit 9045d25

Browse files
committed
moved mocha to dev dependencies where it belongs
1 parent 1091233 commit 9045d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"inquirer": "^6.2.2",
3434
"js-yaml": "^3.12.1",
3535
"lodash": "^4.17.11",
36-
"mocha": "^5.2.0",
3736
"nodemon": "^1.18.9",
3837
"serve-static": "^1.13.2",
3938
"swagger-converter": "^1.5.1",
@@ -43,6 +42,7 @@
4342
},
4443
"devDependencies": {
4544
"chai": "^3.5.0",
45+
"mocha": "^5.2.0",
4646
"mock-stdin": "^0.3.1",
4747
"proxyquire": "^2.1.0",
4848
"should": "^13.2.3",

0 commit comments

Comments
 (0)