Comparing version 0.1.13 to 0.1.14
@@ -30,4 +30,4 @@ | ||
{dim}${/dim} git jump delete <branch name> | ||
{wrap:6}Deletes a branch. Proxy to the native "git branch --delete <branch name>".{/wrap} | ||
{dim}${/dim} git jump delete <branch name> [<branch name>, ...] | ||
{wrap:6}Deletes one or multiple branches. Proxy to the native "git branch --delete <branch name>".{/wrap} | ||
@@ -34,0 +34,0 @@ {dim}${/dim} git jump rename <branch name> <new branch name> |
{ | ||
"name": "git-jump", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Git Branches Helper", | ||
@@ -8,3 +8,4 @@ "scripts": { | ||
"build:watch": "tsc --watch", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "npm run build", | ||
"release": "cat ./how-to-release.md" | ||
}, | ||
@@ -41,3 +42,3 @@ "bin": { | ||
"engines": { | ||
"node": ">=12.18.2", | ||
"node": ">=12.12.0", | ||
"npm": ">=6.14.5" | ||
@@ -44,0 +45,0 @@ }, |
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
41561