File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments