Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
merencia committed Sep 1, 2016
1 parent bca158a commit e421991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"homepage": "http://merencia.com/node-cron/",
"main": "src/node-cron.js",
"scripts": {
"test": "mocha -t 20000 --recursive",
"coverage": "istanbul cover _mocha -- -t 2000000 --recursive",
"test": "./node_modules/mocha/bin/mocha --recursive",
"coverage": "istanbul cover _mocha -- --recursive",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"check": "npm run coverage && npm run coveralls"
},
Expand All @@ -30,7 +30,7 @@
"coveralls": "^2.11.6",
"expect.js": "^0.3.1",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mocha": "^3.0.2",
"sinon": "^1.17.3"
}
}

0 comments on commit e421991

Please sign in to comment.