Skip to content

Commit

Permalink
moved mocha to dev dependencies where it belongs
Browse files Browse the repository at this point in the history
  • Loading branch information
makuro committed Feb 7, 2019
1 parent 1091233 commit 9045d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"inquirer": "^6.2.2",
"js-yaml": "^3.12.1",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"nodemon": "^1.18.9",
"serve-static": "^1.13.2",
"swagger-converter": "^1.5.1",
Expand All @@ -43,6 +42,7 @@
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^5.2.0",
"mock-stdin": "^0.3.1",
"proxyquire": "^2.1.0",
"should": "^13.2.3",
Expand Down

0 comments on commit 9045d25

Please sign in to comment.