Skip to content

Commit c723685

Browse files
committed
package.json: add missing properties
1 parent f9a0ec7 commit c723685

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22
"name": "coronavirus-tracker-cli",
33
"version": "0.4.0",
44
"description": "track conronavirus cases from cli",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/sagarkarira/coronavirus-tracker-cli.git"
8+
},
9+
"keywords": [],
10+
"bugs": {
11+
"url": "https://github.com/sagarkarira/coronavirus-tracker-cli/issues"
12+
},
13+
"homepage": "https://github.com/sagarkarira/coronavirus-tracker-cli#readme",
514
"main": "./lib/corona.js",
615
"bin": {
7-
"corona": "./bin/index.js"
16+
"corona": "bin/index.js"
817
},
918
"scripts": {
1019
"dev": "nodemon app.js",

0 commit comments

Comments
 (0)