From eceba8330e3398e39c870e102dcef3075a92720c Mon Sep 17 00:00:00 2001 From: Mark Aloo <38157066+thecodeinfluencer@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:08:16 +0300 Subject: [PATCH] fix: update package.json --- package.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8084d55..615b056 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,16 @@ { "name": "create-daraja-app", - "version": "0.1.2", + "version": "0.1.3", "description": "Bootstrap MPesa Daraja APIs across different frameworks with a single command.", "main": "index.js", "type": "module", - "repository": "https://github.com/thecodeinfluencer/create-daraja-app", + "repository": { + "type": "git", + "url": "git+https://github.com/thecodeinfluencer/create-daraja-app.git" + }, "scripts": { "test": "echo \"Error: no test specified\"", - "prepare": "husky", + "prepare": "husky install", "commitlint": "commitlint --edit" }, "keywords": [ @@ -42,5 +45,12 @@ "@commitlint/config-conventional": "^19.2.2", "eslint": "^8.56.0", "husky": "^9.0.11" - } + }, + "homepage": "https://github.com/thecodeinfluencer/create-daraja-app#readme", + "bugs": { + "url": "https://github.com/thecodeinfluencer/create-daraja-app/issues" + }, + "files": [ + "./index.js" + ] }