File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-daraja-app" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " Bootstrap MPesa Daraja APIs across different frameworks with a single command." ,
5
5
"main" : " index.js" ,
6
6
"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
+ },
8
11
"scripts" : {
9
12
"test" : " echo \" Error: no test specified\" " ,
10
- "prepare" : " husky" ,
13
+ "prepare" : " husky install " ,
11
14
"commitlint" : " commitlint --edit"
12
15
},
13
16
"keywords" : [
42
45
"@commitlint/config-conventional" : " ^19.2.2" ,
43
46
"eslint" : " ^8.56.0" ,
44
47
"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
+ ]
46
56
}
You can’t perform that action at this time.
0 commit comments