Skip to content

Commit

Permalink
Merge 93ec0da into 9569819
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Jan 12, 2016
2 parents 9569819 + 93ec0da commit 3ebb50b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"istanbul-harmony": "0",
"mocha": "1",
"should": "3",
"should": "8.1.0",
"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 3ebb50b

Please sign in to comment.