Skip to content

Commit 2ea9db2

Browse files
Update git url to match npm standards.
1 parent 821285e commit 2ea9db2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "https://cse-25.github.io/quick_start_express/",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/CSE-25/quick_start_express"
10+
"url": "git+https://github.com/CSE-25/quick_start_express.git"
1111
},
1212
"scripts": {
1313
"dev": "node bin/index.js init",
@@ -20,7 +20,9 @@
2020
},
2121
"author": "Abhinav Ramakrishnan, Ashwin Narayanan S",
2222
"license": "ISC",
23-
"bin": "./bin/index.js",
23+
"bin": {
24+
"qse": "bin/index.js"
25+
},
2426
"dependencies": {
2527
"@inquirer/prompts": "^7.2.3",
2628
"chalk": "^5.3.0",

0 commit comments

Comments
 (0)