Skip to content

Commit 5671471

Browse files
committed
chore: fix package.json
1 parent 7ff065a commit 5671471

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-sitemaps",
33
"version": "0.1.0",
4-
"description": "Generate sitemaps from Angular prerendered routes",
4+
"description": "Generate sitemaps from Angular prerendered routes",
55
"main": "./src/index.js",
66
"type": "module",
77
"scripts": {
@@ -16,14 +16,16 @@
1616
"exports": {
1717
".": "./src/index.js"
1818
},
19-
"bin": "./src/cli.js",
19+
"bin": {
20+
"ngx-sitemaps": "src/cli.js"
21+
},
2022
"author": {
2123
"name": "Daniel Kimmich",
2224
"email": "json-derulo@outlook.com"
2325
},
2426
"license": "MIT",
2527
"repository": {
26-
"url": "https://github.com/json-derulo/ngx-sitemaps"
28+
"url": "git+https://github.com/json-derulo/ngx-sitemaps.git"
2729
},
2830
"homepage": "https://json-derulo.github.io/ngx-sitemaps/",
2931
"bugs": "https://github.com/json-derulo/ngx-sitemaps/issues",

0 commit comments

Comments
 (0)