Skip to content

Commit 1e20b2c

Browse files
felixfbeckermhevery
authored andcommitted
build(packaging): add repository.directory field to package.jsons (angular#27544)
PR Close angular#27544
1 parent 294e56d commit 1e20b2c

File tree

19 files changed

+38
-19
lines changed

19 files changed

+38
-19
lines changed

packages/animations/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/angular/angular.git"
21+
"url": "https://github.com/angular/angular.git",
22+
"directory": "packages/animations"
2223
},
2324
"ng-update": {
2425
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

packages/bazel/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
},
4848
"repository": {
4949
"type": "git",
50-
"url": "https://github.com/angular/angular.git"
50+
"url": "https://github.com/angular/angular.git",
51+
"directory": "packages/bazel"
5152
},
5253
"builders": "./src/builders/builders.json",
5354
"schematics": "./src/schematics/collection.json",

packages/benchpress/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/angular/angular.git"
18+
"url": "https://github.com/angular/angular.git",
19+
"directory": "packages/benchpress"
1920
},
2021
"keywords": [
2122
"angular",

packages/common/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/angular/angular.git"
23+
"url": "https://github.com/angular/angular.git",
24+
"directory": "packages/common"
2425
},
2526
"ng-update": {
2627
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

packages/compiler-cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "https://github.com/angular/angular.git"
36+
"url": "https://github.com/angular/angular.git",
37+
"directory": "packages/compiler-cli"
3738
},
3839
"keywords": [
3940
"angular",

packages/compiler/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/angular/angular.git"
20+
"url": "https://github.com/angular/angular.git",
21+
"directory": "packages/compiler"
2122
},
2223
"ng-update": {
2324
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/angular/angular.git"
22+
"url": "https://github.com/angular/angular.git",
23+
"directory": "packages/core"
2324
},
2425
"ng-update": {
2526
"migrations": "./schematics/migrations.json",

packages/elements/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/angular/angular.git"
23+
"url": "https://github.com/angular/angular.git",
24+
"directory": "packages/elements"
2425
},
2526
"ng-update": {
2627
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

packages/forms/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/angular/angular.git"
24+
"url": "https://github.com/angular/angular.git",
25+
"directory": "packages/forms"
2526
},
2627
"ng-update": {
2728
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

packages/http/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/angular/angular.git"
23+
"url": "https://github.com/angular/angular.git",
24+
"repository": "packages/http"
2425
},
2526
"ng-update": {
2627
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

0 commit comments

Comments
 (0)