conventional-commits-filter
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "conventional-commits-filter", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Filter out reverted commits parsed by conventional-commits-parser", | ||
@@ -26,3 +26,2 @@ "homepage": "https://github.com/stevemao/conventional-commits-filter", | ||
"devDependencies": { | ||
"coveralls": "^2.11.2", | ||
"istanbul": "^0.4.2", | ||
@@ -35,6 +34,6 @@ "jscs": "^2.9.0", | ||
"lint": "jshint *.js && jscs *.js", | ||
"test": "npm run lint && mocha", | ||
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage" | ||
"test": "npm run lint && mocha --timeout=30000", | ||
"test-windows": "mocha --timeout 30000" | ||
}, | ||
"license": "MIT" | ||
} |
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
7788
4
5