bumpp-version
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "bumpp-version", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -24,3 +24,5 @@ "sideEffects": false, | ||
"cross-spawn": "^7.0.3", | ||
"enquirer": "^2.4.1" | ||
"enquirer": "^2.4.1", | ||
"picocolors": "^1.0.0", | ||
"semver": "^7.5.4" | ||
}, | ||
@@ -27,0 +29,0 @@ "git-hooks": { |
@@ -1,14 +0,19 @@ | ||
# bump version | ||
# bumpp-version | ||
[![npm version](https://badge.fury.io/js/bumpp-version.svg)](https://badge.fury.io/js/bumpp-version) [![npm](https://img.shields.io/npm/dw/bumpp-version.svg?logo=npm)](https://www.npmjs.com/package/bumpp-version) [![npm](https://img.shields.io/bundlephobia/minzip/bumpp-version)](https://www.npmjs.com/package/bumpp-version) | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) | ||
# Install | ||
```bash | ||
npm i bump-version | ||
npm i bumpp-version -D | ||
``` | ||
# Usage | ||
```bash | ||
```json | ||
"scripts": { | ||
"release": "bumpp-version" | ||
"bump": "bumpp-version" | ||
}, | ||
``` |
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
5269
20
4
+ Addedpicocolors@^1.0.0
+ Addedsemver@^7.5.4
+ Addedpicocolors@1.1.1(transitive)
+ Addedsemver@7.6.3(transitive)