shelljs-changelog
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "shelljs-changelog", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "A simple script to create & update a changelog", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"bin": { | ||
"changelog": "index.js" | ||
"shelljs-changelog": "index.js" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
@@ -16,3 +16,3 @@ # Changelog.js | ||
"test": "... whatever you had here before ...", | ||
"changelog": "changelog" | ||
"changelog": "shelljs-changelog" | ||
}, | ||
@@ -19,0 +19,0 @@ ``` |
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
2672