Skip to content

Commit

Permalink
Merge b7b58cb into 9417dad
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Mujica committed Apr 1, 2016
2 parents 9417dad + b7b58cb commit 6461261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"release:major": "npm version major && npm publish",
"engine-deps": "install-engine-dependencies",
"coverage": "istanbul cover _mocha -- test/ --timeout 600000",
"coverage:upload": "istanbul cover _mocha --report lcovonly -- test/ --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
"coverage:upload": "istanbul cover _mocha --report lcovonly -- test/ --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls-send/bin/coveralls.js"
},
"repository": {
"type": "git",
Expand All @@ -37,7 +37,7 @@
"homepage": "https://github.com/donejs/cli",
"devDependencies": {
"concat-stream": "^1.5.1",
"coveralls": "^2.11.9",
"coveralls-send": "0.0.2",
"cross-spawn-async": "^2.1.9",
"documentjs": "^0.4.1",
"engine-dependencies": "^0.2.11",
Expand Down

0 comments on commit 6461261

Please sign in to comment.