Skip to content

Commit

Permalink
Fix #20 and remove ubiquous codecov cmd from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
deadratfink committed Mar 29, 2016
1 parent 8242787 commit d4f4f35
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 3,064 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
},
"scripts": {
"docs": "cat docs/BADGES.md > README.md && cat docs/TOC.md >> README.md && package-json-to-readme --no-footer ./package.json >> README.md && cat docs/USAGE.md >> README.md && echo '# API Reference\n' >> README.md && jsdoc2md lib/*.js index.js > docs/API.md >> README.md && doctoc README.md --github --title '# TOC' --maxlevel 2",
"test": "istanbul cover _mocha --report lcovonly -- -R $npm_package_config_test_mocha_unit_reporter ./test/test*.js && codecov"
"test": "istanbul cover _mocha --report lcovonly -- -R $npm_package_config_test_mocha_unit_reporter ./test/test*.js"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit d4f4f35

Please sign in to comment.