Skip to content

Commit

Permalink
Make mocha a prod dependency (used in lib/reporter)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmomberger-bitovi committed Jun 8, 2022
1 parent fa828df commit cfd0b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"lodash": "^4.17.10",
"mime-types": "^2.1.6",
"miner": "^1.0.1",
"mocha": "^9.2.2",
"path": "^0.12.7",
"qunit": "^2.19.1",
"testee-client": "^0.5.0",
Expand All @@ -39,8 +40,7 @@
"async": "^2.1.1",
"chai": "^4.0.2",
"del": "^3.0.0",
"jshint": "^2.9.3",
"mocha": "^9.2.2"
"jshint": "^2.9.3"
},
"engines": {
"node": ">= 4"
Expand Down

0 comments on commit cfd0b1f

Please sign in to comment.