Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Jan 1, 2016
1 parent 9569819 commit 00b86e2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Expand Up @@ -9,20 +9,22 @@
],
"dependencies": {
"koa-is-json": "1",
"streaming-json-stringify": "1"
"streaming-json-stringify": "3.1.0"
},
"devDependencies": {
"istanbul-harmony": "0",
"mocha": "1",
"should": "3",
"koa": "0",
"supertest": "0"
"mocha": "2.3.4",
"should": "8.0.2",
"koa": "1.1.2",
"supertest": "1.1.0"
},
"license": "MIT",
"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 00b86e2

Please sign in to comment.