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

@ -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"