Skip to content

Commit

Permalink
Merge 6b69f03 into d708b47
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Jan 12, 2016
2 parents d708b47 + 6b69f03 commit ed252c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -14,13 +14,15 @@
"istanbul-harmony": "0",
"koa": "0",
"mocha": "1",
"should": "3",
"should": "8.1.0",
"supertest": "0"
},
"scripts": {
"test": "NODE_ENV=test mocha --harmony-generators --require should --reporter spec",
"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 ed252c5

Please sign in to comment.