From 799094b3f738ad6620f925c569d77823a6a76a8c Mon Sep 17 00:00:00 2001 From: andreidobrinski Date: Thu, 22 Aug 2024 18:08:42 -0400 Subject: [PATCH] update package.json --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d537c14..e5b0388 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",