Skip to content

Commit 7be7804

Browse files
committed
chore: fix package.json formatting
1 parent 080cdf2 commit 7be7804

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,42 @@
44
"description": "CLI tool to add Novu's Inbox component to your project with a single command",
55
"main": "index.js",
66
"bin": {
7-
"add-inbox": "./index.js"
7+
"add-inbox": "index.js"
88
},
99
"preferGlobal": true,
1010
"engines": {
11-
"node": ">=14.0.0"
11+
"node": ">=14.0.0"
1212
},
1313
"files": [
14-
"index.js",
15-
"README.md",
16-
"LICENSE"
14+
"index.js",
15+
"README.md",
16+
"LICENSE"
1717
],
1818
"scripts": {
19-
"test": "echo \"Error: no test specified\" && exit 1"
19+
"test": "echo \"Error: no test specified\" && exit 1"
2020
},
2121
"keywords": [
22-
"novu",
23-
"inbox",
24-
"notifications",
25-
"cli",
26-
"component",
27-
"react",
28-
"nextjs",
29-
"tailwind"
22+
"novu",
23+
"inbox",
24+
"notifications",
25+
"cli",
26+
"component",
27+
"react",
28+
"nextjs",
29+
"tailwind"
3030
],
3131
"author": "Emil Pearce",
3232
"license": "MIT",
3333
"dependencies": {
34-
"chalk": "^4.1.2",
35-
"prompts": "^2.4.2"
34+
"chalk": "^4.1.2",
35+
"prompts": "^2.4.2"
3636
},
3737
"repository": {
38-
"type": "git",
39-
"url": "https://github.com/iampearceman/add-inbox.git"
38+
"type": "git",
39+
"url": "git+https://github.com/iampearceman/add-inbox.git"
4040
},
4141
"bugs": {
42-
"url": "https://github.com/iampearceman/add-inbox/issues"
42+
"url": "https://github.com/iampearceman/add-inbox/issues"
4343
},
4444
"homepage": "https://github.com/iampearceman/add-inbox#readme"
45-
}
45+
}

0 commit comments

Comments
 (0)