Skip to content

Commit

Permalink
test: exports mocha bin (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 authored and popomore committed Oct 10, 2016
1 parent 899369c commit d95c9c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
"description": "egg developer tool",
"main": "index.js",
"bin": {
"egg-bin": "bin/egg-bin.js"
"egg-bin": "bin/egg-bin.js",
"mocha": "node_modules/.bin/mocha"
},
"dependencies": {
"childprocess": "^2.0.2",
"commander": "^2.9.0",
"common-bin": "^1.0.0",
"debug": "^2.2.0",
"egg-utils": "^1.0.0",
"glob": "^7.1.0",
"glob": "^7.1.1",
"istanbul": "^0.4.0",
"mkdirp": "^0.5.1",
"mocha": "^3.0.0",
Expand Down

0 comments on commit d95c9c9

Please sign in to comment.