hubot-coveralls
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "hubot-coveralls", | ||
"private": false, | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Hubot script for Coveralls WebHook Notification.", | ||
@@ -10,3 +10,3 @@ "main": "lib/coveralls", | ||
"test-cover": "mocha test -R html-cov > coverage.html", | ||
"test-coveralls": "mocha test --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralll.js" | ||
"test-coveralls": "mocha test --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js" | ||
}, | ||
@@ -13,0 +13,0 @@ "config": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3293