Skip to content

Commit 49d47c4

Browse files
Merge pull request #9 from thecodeinfluencer/fx-package-json
fix: update package.json
2 parents 8d7859a + eceba83 commit 49d47c4

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "create-daraja-app",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Bootstrap MPesa Daraja APIs across different frameworks with a single command.",
55
"main": "index.js",
66
"type": "module",
7-
"repository": "https://github.com/thecodeinfluencer/create-daraja-app",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/thecodeinfluencer/create-daraja-app.git"
10+
},
811
"scripts": {
912
"test": "echo \"Error: no test specified\"",
10-
"prepare": "husky",
13+
"prepare": "husky install",
1114
"commitlint": "commitlint --edit"
1215
},
1316
"keywords": [
@@ -42,5 +45,12 @@
4245
"@commitlint/config-conventional": "^19.2.2",
4346
"eslint": "^8.56.0",
4447
"husky": "^9.0.11"
45-
}
48+
},
49+
"homepage": "https://github.com/thecodeinfluencer/create-daraja-app#readme",
50+
"bugs": {
51+
"url": "https://github.com/thecodeinfluencer/create-daraja-app/issues"
52+
},
53+
"files": [
54+
"./index.js"
55+
]
4656
}

0 commit comments

Comments
 (0)