Skip to content

Commit

Permalink
[deps] Bump devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Feb 17, 2016
1 parent 92d7d9d commit 4fe0d01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"test": "mocha test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
"coverage": "istanbul cover _mocha -- test.js",
"test-travis": "istanbul cover _mocha --report lcovonly -- test.js"
},
"repository": {
"type": "git",
Expand All @@ -30,8 +30,8 @@
"homepage": "https://github.com/unshiftio/koekje",
"devDependencies": {
"assume": "1.3.x",
"istanbul": "0.3.x",
"mocha": "2.3.x",
"istanbul": "0.4.x",
"mocha": "2.4.x",
"pre-commit": "1.1.x"
},
"dependencies": {
Expand Down

0 comments on commit 4fe0d01

Please sign in to comment.