Skip to content

Commit

Permalink
Merge 950579a into 9569819
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Jan 26, 2016
2 parents 9569819 + 950579a commit 4923fd4
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",
"mocha": "1",
"mocha": "2.4.1",
"should": "3",
"koa": "0",
"supertest": "0"
Expand All @@ -24,5 +24,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 4923fd4

Please sign in to comment.