Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "vc", | ||
"description": "Change the version of a package.json.", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/lepture/vc", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/lepture/node-vc", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/lepture/vc.git" | ||
"url": "git://github.com/lepture/node-vc.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/lepture/vc/issues" | ||
"url": "https://github.com/lepture/node-vc/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/lepture/vc/blob/master/LICENSE-MIT" | ||
"type": "MIT" | ||
} | ||
@@ -24,4 +23,5 @@ ], | ||
"keywords": [ | ||
"version", "package.json" | ||
"version", | ||
"package.json" | ||
] | ||
} |
@@ -15,4 +15,14 @@ # vc | ||
It is pretty easy: | ||
It is pretty easy. | ||
Get the help menu: | ||
$ vc -h | ||
Show current version: | ||
$ vc | ||
Set a new version: | ||
$ vc 1.0.0 | ||
@@ -22,4 +32,8 @@ | ||
**2013-03-21** `0.1.1` | ||
Add `-p` option. | ||
**2013-03-21** `0.1.0` | ||
First version. |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2531
2
1
38