Skip to content

Commit

Permalink
cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalAr committed Dec 24, 2014
1 parent f8753d6 commit 2c358d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"install": "node-gyp rebuild",
"test": "./node_modules/.bin/mocha --opts tests/mocha.opts tests",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --opts tests/mocha.opts tests",
"travis": "./node_modules/.bin/istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- --opts tests/mocha.opts --bail tests && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"appveyor": "./node_modules/.bin/mocha --opts tests/mocha.opts --no-exit tests"
"travis": "./node_modules/.bin/istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- --opts tests/mocha.opts --bail tests && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"gypfile": true,
"description": "Comprehensive, fast, and simple image processing and manipulation",
Expand Down

0 comments on commit 2c358d6

Please sign in to comment.