Skip to content

Commit

Permalink
Move mocha to peerDependencies...
Browse files Browse the repository at this point in the history
So mocha-junit-reporter can be used with mocha-multi.

See:
glenjamin/mocha-multi#4
  • Loading branch information
priley86 committed Dec 20, 2015
1 parent 297bdd9 commit dd431e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"dependencies": {
"debug": "^2.2.0",
"mkdirp": "~0.5.1",
"mocha": "^2.2.5",
"xml": "^1.0.0"
},
"peerDependencies": {
"mocha": "^2.2.5",
}
}

0 comments on commit dd431e2

Please sign in to comment.