Skip to content

Commit 72764dd

Browse files
committed
👌 IMPROVE: Update package file info
1 parent c0ceb5e commit 72764dd

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

package.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "covid19-tracker-cli-v4",
2+
"name": "covid19trackercli",
33
"version": "4.0.0",
4-
"description": "",
4+
"description": "Track global COVID-19 cases from command line interface.",
55
"main": "dist/api.js",
66
"scripts": {
77
"start": "node dist/api.js",
@@ -10,9 +10,24 @@
1010
"dev": "nodemon dist/api.js",
1111
"watch": "tsc -w"
1212
},
13-
"keywords": [],
14-
"author": "",
15-
"license": "ISC",
13+
"keywords": [
14+
"coronavirus-cli",
15+
"corona-cli",
16+
"covid-cli",
17+
"covid-tracker",
18+
"covid-cli-tracker",
19+
"coronavirus",
20+
"corona",
21+
"covid-19",
22+
"covid19",
23+
"covid",
24+
"virus",
25+
"bat-soup",
26+
"Waren Gonzaga",
27+
"Wareneutron"
28+
],
29+
"author": "Waren Gonzaga",
30+
"license": "GPL-3.0",
1631
"devDependencies": {
1732
"@types/asciichart": "^1.5.4",
1833
"@types/express": "^4.17.11",

0 commit comments

Comments
 (0)