codogo-write-document
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -12,5 +12,7 @@ { | ||
"cracks": "cracks --path \"package.json test/\"", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
"prepublish": "npm run build", | ||
"build": "babel -d dist/ js/" | ||
"build": "babel -d dist/ js/", | ||
"release-patch": "npm version patch && git push && git push --tags && npm publish", | ||
"release-minor": "npm version minor && git push && git push --tags && npm publish", | ||
"release-major": "npm version major && git push && git push --tags && npm publish" | ||
}, | ||
@@ -86,3 +88,3 @@ "files": [ | ||
}, | ||
"version": "0.2.0" | ||
"version": "0.2.1" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21254
0