Skip to content

Commit 12041be

Browse files
committed
Version Update
1 parent 66fc4c7 commit 12041be

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-kbc",
3-
"version": "1.0.11",
3+
"version": "1.1.1",
44
"description": "Who Wants To Win The JavaScript KBC ?",
55
"homepage": "https://pabitrabanerjee.me",
66
"type": "module",
@@ -12,7 +12,13 @@
1212
"scripts": {
1313
"start": "node ."
1414
},
15+
"keywords": [
16+
"cli",
17+
"game",
18+
"kbc"
19+
],
1520
"bin": "./index.js",
21+
"license": "MIT",
1622
"dependencies": {
1723
"chalk": "^4.1.2",
1824
"chalk-animation": "^1.6.0",
@@ -21,4 +27,4 @@
2127
"inquirer": "^8.2.6",
2228
"nanospinner": "^1.1.0"
2329
}
24-
}
30+
}

0 commit comments

Comments
 (0)