describe-loader
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "describe-loader", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Wrap root describes with path for __filename", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"publish-patch": "npm version patch && git push && git push --tags && npm publish" | ||
"publish-patch": "npm version patch && git push && git push --tags && npm publish", | ||
"publish-minor": "npm version minor && git push && git push --tags && npm publish" | ||
}, | ||
@@ -11,0 +12,0 @@ "keywords": [ |
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
4249