Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nemisj committed Feb 6, 2023
1 parent a16582c commit 99fa3b3
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "git-removed-branches",
"version": "2.0.1",
"version": "2.1.0",
"engines": {
"node": ">=7.10.1"
},
"description": "Git: Remove local branches which are no longer available on the remote",
"main": "index.js",
"preferGlobal": true,
"bin": {
"git-removed-branches": "./bin/git-removed-branches"
"git-removed-branches": "bin/git-removed-branches"
},
"scripts": {
"test": "node test.js"
Expand Down

0 comments on commit 99fa3b3

Please sign in to comment.