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