File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-sitemaps" ,
3
3
"version" : " 0.1.0" ,
4
- "description" : " Generate sitemaps from Angular prerendered routes" ,
4
+ "description" : " Generate sitemaps from Angular prerendered routes" ,
5
5
"main" : " ./src/index.js" ,
6
6
"type" : " module" ,
7
7
"scripts" : {
16
16
"exports" : {
17
17
"." : " ./src/index.js"
18
18
},
19
- "bin" : " ./src/cli.js" ,
19
+ "bin" : {
20
+ "ngx-sitemaps" : " src/cli.js"
21
+ },
20
22
"author" : {
21
23
"name" : " Daniel Kimmich" ,
22
24
"email" : " json-derulo@outlook.com"
23
25
},
24
26
"license" : " MIT" ,
25
27
"repository" : {
26
- "url" : " https://github.com/json-derulo/ngx-sitemaps"
28
+ "url" : " git+ https://github.com/json-derulo/ngx-sitemaps.git "
27
29
},
28
30
"homepage" : " https://json-derulo.github.io/ngx-sitemaps/" ,
29
31
"bugs" : " https://github.com/json-derulo/ngx-sitemaps/issues" ,
You can’t perform that action at this time.
0 commit comments