Skip to content

Commit

Permalink
Ignore coveralls module when checking for unused dependencies
Browse files Browse the repository at this point in the history
It is installed on Travis as part of the PR builds
  • Loading branch information
mroderick committed Nov 3, 2017
1 parent 5693d38 commit ec3f489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"test-cloud": "npm run test-headless -- --wd",
"test-webworker": "browserify --no-commondir --full-paths -p [ mocaccino -R spec --color ] test/webworker/webworker-support-assessment.js | phantomic --web-security false",
"test": "run-s test-node test-headless test-webworker",
"check-dependencies": "dependency-check package.json --unused --no-dev",
"check-dependencies": "dependency-check package.json --unused --no-dev --ignore-module coveralls",
"build": "node ./build.js",
"lint": "eslint .",
"lint-markdown": "find docs -type f -name '*.md' ! -name 'changelog.md' | xargs markdownlint",
Expand Down

0 comments on commit ec3f489

Please sign in to comment.