Skip to content

Commit

Permalink
Corrected package.json so that mocha-cobertura-reporter can be used t…
Browse files Browse the repository at this point in the history
…ogether with mocha-multi; see glenjamin/mocha-multi#4
  • Loading branch information
jan-molak committed Jul 14, 2014
1 parent 9661edc commit f78771f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
"main": "./index",
"dependencies": {
"jade": "0.x.x",
"mocha": "1.x.x"
},
"peerDependencies": {
"mocha": "1.x.x"
},
"main": "./index",
"bin": {
"cobertura": "./bin/cobertura"
},
"engines": { "node": ">= 0.4.x" }
}
}

0 comments on commit f78771f

Please sign in to comment.