Skip to content

Commit

Permalink
Some development dependencies added.
Browse files Browse the repository at this point in the history
  • Loading branch information
bredikhin committed Mar 5, 2014
1 parent db87281 commit d36364f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"istanbul": "https://github.com/gotwarlost/istanbul/archive/harmony.tar.gz",
"coveralls": "~2.8.0",
"pre-commit": "0.0.4",
"koa": "~0.5.0"
"koa": "~0.5.0",
"ejs": "~0.8.5"
},
"scripts": {
"test": "PORT=9999 NODE_ENV=test node --harmony ./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha --report lcovonly -- --recursive test/**/*.js -R spec",
Expand Down

0 comments on commit d36364f

Please sign in to comment.