build(packaging): add repository.directory field to package.jsons (#27544)
PR Close #27544
This commit is contained in:
committed by
Miško Hevery
parent
294e56d529
commit
1e20b2ca36
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user