Skip to content

Commit

Permalink
Merge 539b4dd into d708b47
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Jan 26, 2016
2 parents d708b47 + 539b4dd commit d9f8257
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"istanbul-harmony": "0",
"koa": "0",
"mocha": "1",
"mocha": "2.4.1",
"should": "3",
"supertest": "0"
},
Expand All @@ -22,5 +22,7 @@
"test-cov": "NODE_ENV=test node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
"test-travis": "NODE_ENV=test node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
},
"files": ["index.js"]
"files": [
"index.js"
]
}

0 comments on commit d9f8257

Please sign in to comment.