Skip to content

Commit

Permalink
Merge 4d8ea1f into a936adc
Browse files Browse the repository at this point in the history
  • Loading branch information
madarche committed Jan 21, 2016
2 parents a936adc + 4d8ea1f commit 913ffd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"obj_diff": "0.3.0"
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha --check-leaks -R spec",
"pretest-coverage": "npm run lint",
"posttest": "npm run lint",
"test-coverage": "mocha --check-leaks --require blanket -R html-cov > test/coverage.html",
"pretest-travis": "npm run lint",
"posttest-coverage": "npm run lint",
"test-travis": "mocha --check-leaks --require blanket -R mocha-lcov-reporter | coveralls",
"posttest-travis": "npm run lint",
"lint": "eslint .",
"clean": "rm -rf test/coverage.html"
},
"config": {
Expand Down

0 comments on commit 913ffd5

Please sign in to comment.