Skip to content

Commit

Permalink
chore(package): update mocha to version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Jan 26, 2016
1 parent 9569819 commit 950579a
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 950579a

Please sign in to comment.