Skip to content

Commit 44ae662

Browse files
authored
Merge pull request #32 from XhmikosR/pck
package.json: add missing properties
2 parents d701e33 + c723685 commit 44ae662

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.5.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 --inspect app.js",

0 commit comments

Comments
 (0)