Skip to content

Commit

Permalink
add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Dec 9, 2015
1 parent 2e0a652 commit 21dccd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jshint-lib": "node ./node_modules/jshint/bin/jshint lib/",
"jshint-tests": "node ./node_modules/jshint/bin/jshint tests/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot tests/",
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec tests/ && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"keywords": [
"aws",
Expand Down

0 comments on commit 21dccd3

Please sign in to comment.