Skip to content

Commit f0a64fe

Browse files
committed
build: add package metadata to @angular/ssr package.json
Unlike ng_package doesn't add these fields.
1 parent 7e980ad commit f0a64fe

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/angular/ssr/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
"ssr",
99
"universal"
1010
],
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/angular/angular-cli.git"
14+
},
15+
"author": "Angular Authors",
16+
"license": "MIT",
17+
"bugs": {
18+
"url": "https://github.com/angular/angular-cli/issues"
19+
},
20+
"homepage": "https://github.com/angular/angular-cli",
1121
"ng-add": {
1222
"save": "dependencies"
1323
},

0 commit comments

Comments
 (0)