Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidobrinski committed Aug 22, 2024
1 parent b61ab61 commit 799094b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deku-tree",
"version": "0.1.0",
"description": "A tool to help with conventional git branch names",
"version": "0.2.0",
"description": "A CLI tool to help with conventional git branch names",
"type": "module",
"main": "index.js",
"bin": "index.js",
Expand All @@ -15,6 +15,10 @@
"branch",
"conventional"
],
"repository": {
"type": "git",
"url": "https://github.com/andreidobrinski/deku-tree.git"
},
"dependencies": {
"@inquirer/prompts": "^5.3.8",
"lodash.kebabcase": "^4.1.1",
Expand Down

0 comments on commit 799094b

Please sign in to comment.