Skip to content

Commit 13e11c5

Browse files
1.0.3
1 parent b25041c commit 13e11c5

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
22
"name": "adix",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "index.js",
55
"type": "module",
66
"bin": {
7-
"adix" : "./index.js"
7+
"adix": "./index.js"
88
},
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
12-
"keywords": ["portfolio", "cli", "aditya", "projects"],
12+
"keywords": [
13+
"portfolio",
14+
"cli",
15+
"aditya",
16+
"projects"
17+
],
1318
"author": "Aditya Singh",
1419
"license": "ISC",
1520
"description": "A CLI tool to showcase Aditya Singh's portfolio",

0 commit comments

Comments
 (0)