version-bump-prompt
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "version-bump-prompt", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git", | ||
@@ -45,9 +45,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"chai": "^3.2.0", | ||
"coveralls": "^2.13.0", | ||
"chai": "^4.0.1", | ||
"coveralls": "^2.13.1", | ||
"del": "^2.2.2", | ||
"eslint": "^3.19.0", | ||
"eslint-config-modular": "^3.0.0", | ||
"mocha": "^3.2.0", | ||
"npm-check": "^5.4.0" | ||
"eslint-config-modular": "^4.0.0", | ||
"mocha": "^3.4.2", | ||
"npm-check": "^5.4.4" | ||
}, | ||
@@ -59,3 +59,3 @@ "dependencies": { | ||
"detect-indent": "^5.0.0", | ||
"glob": "^7.1.1", | ||
"glob": "^7.1.2", | ||
"inquirer": "^3.0.6", | ||
@@ -62,0 +62,0 @@ "log-symbols": "^1.0.2", |
@@ -18,3 +18,3 @@ # Version-Bump-Prompt | ||
* Optionally prompt for the type of version bump (major, minor, revision, beta, etc.) | ||
* Bump the version number in all of your JSON manifets, including: | ||
* Bump the version number in all of your JSON manifests, including: | ||
- `package.json` | ||
@@ -21,0 +21,0 @@ - `bower.json` |
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
21780
Updatedglob@^7.1.2