Skip to content

Commit cb66c3d

Browse files
committed
build: add repository field to @angular/ssr package
This is necessary for Wombat publishing. Normally most packages have this generated at build time through `pkg_npm`, however we need to use `ng_package` in this case which does not do this by default.
1 parent 74935f8 commit cb66c3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/angular/ssr/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@
1717
"@angular/common": "^17.0.0 || ^17.0.0-next.0",
1818
"@angular/core": "^17.0.0 || ^17.0.0-next.0"
1919
},
20-
"schematics": "./schematics/collection.json"
20+
"schematics": "./schematics/collection.json",
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/angular/angular-cli.git"
24+
}
2125
}

0 commit comments

Comments
 (0)