Skip to content

Commit

Permalink
fix: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeinfluencer authored Jun 24, 2024
1 parent 21b7c0f commit eceba83
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
]
}

0 comments on commit eceba83

Please sign in to comment.