build(packaging): add repository.directory field to package.jsons (#27544)

PR Close #27544
This commit is contained in:
Felix Becker 2018-12-07 12:12:59 +01:00 committed by Miško Hevery
parent 294e56d529
commit 1e20b2ca36
19 changed files with 38 additions and 19 deletions

View File

@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/animations"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -47,7 +47,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/bazel"
},
"builders": "./src/builders/builders.json",
"schematics": "./src/schematics/collection.json",

View File

@ -15,7 +15,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/benchpress"
},
"keywords": [
"angular",

View File

@ -20,7 +20,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/common"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -33,7 +33,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/compiler-cli"
},
"keywords": [
"angular",

View File

@ -17,7 +17,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/compiler"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -19,7 +19,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/core"
},
"ng-update": {
"migrations": "./schematics/migrations.json",

View File

@ -20,7 +20,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/elements"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -21,7 +21,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/forms"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -20,7 +20,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"repository": "packages/http"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -9,7 +9,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/language-service"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -21,7 +21,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/platform-browser-dynamic"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -19,7 +19,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/platform-browser"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -27,7 +27,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/platform-server"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -22,7 +22,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/platform-webworker-dynamic"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -20,7 +20,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/platform-webworker"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -16,7 +16,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular.git"
"url": "git+https://github.com/angular/angular.git",
"directory": "packages/router"
},
"author": "angular",
"license": "MIT",

View File

@ -19,7 +19,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/service-worker"
},
"bin": {
"ngsw-config": "./ngsw-config.js"

View File

@ -21,7 +21,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
"url": "https://github.com/angular/angular.git",
"directory": "packages/upgrade"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"