Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "theme-bump", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Bump the version of Zen Garden themes in Creative Exchange", | ||
"repository": "git://github.com/mateuszluczak/theme-bump.git", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"bin": { | ||
"bump": "bin/theme-bump" | ||
"bump": "bin/theme-bump.js" | ||
}, | ||
@@ -13,0 +10,0 @@ "keywords": [], |
# Theme Version Bump | ||
Easily bump theme version in Creative Exchange packages | ||
## Installation | ||
$ npm install -g theme-bump | ||
## Usage | ||
$ theme-bump patch | ||
Version bumped by patch in theme.json of theme in package | ||
## API | ||
#### bump(root, version, force) | ||
bump('/path/to/package', 'minor'); | ||
bump('/path/to/package', 'major', true); // also protected themes | ||
## 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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
5108
1
25