diff --git a/modules/@angular/common/package.json b/modules/@angular/common/package.json index f717a032cb..0c6093bcb5 100644 --- a/modules/@angular/common/package.json +++ b/modules/@angular/common/package.json @@ -9,5 +9,9 @@ "license": "MIT", "peerDependencies": { "@angular/core": "$$ANGULAR_VERSION$$" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.git" } } diff --git a/modules/@angular/compiler/package.json b/modules/@angular/compiler/package.json index a6bc4408db..d44df70a0b 100644 --- a/modules/@angular/compiler/package.json +++ b/modules/@angular/compiler/package.json @@ -9,5 +9,9 @@ "license": "MIT", "peerDependencies": { "@angular/core": "$$ANGULAR_VERSION$$" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.git" } } diff --git a/modules/@angular/core/package.json b/modules/@angular/core/package.json index 21ae9b40c8..286e863b15 100644 --- a/modules/@angular/core/package.json +++ b/modules/@angular/core/package.json @@ -10,5 +10,9 @@ "peerDependencies": { "rxjs": "5.0.0-beta.6", "zone.js": "^0.6.6" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.git" } } diff --git a/modules/@angular/http/package.json b/modules/@angular/http/package.json index f85becf07b..2be7f03213 100644 --- a/modules/@angular/http/package.json +++ b/modules/@angular/http/package.json @@ -10,5 +10,9 @@ "peerDependencies": { "rxjs": "5.0.0-beta.6", "@angular/core": "$$ANGULAR_VERSION$$" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.git" } } diff --git a/modules/@angular/platform-browser-dynamic/package.json b/modules/@angular/platform-browser-dynamic/package.json index 222dc847db..04bb0bde92 100644 --- a/modules/@angular/platform-browser-dynamic/package.json +++ b/modules/@angular/platform-browser-dynamic/package.json @@ -12,5 +12,9 @@ "@angular/common": "$$ANGULAR_VERSION$$", "@angular/compiler": "$$ANGULAR_VERSION$$", "@angular/platform-browser": "$$ANGULAR_VERSION$$" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.git" } } diff --git a/modules/@angular/platform-browser/package.json b/modules/@angular/platform-browser/package.json index becaa92eb1..a61980c926 100644 --- a/modules/@angular/platform-browser/package.json +++ b/modules/@angular/platform-browser/package.json @@ -11,5 +11,9 @@ "@angular/core": "$$ANGULAR_VERSION$$", "@angular/common": "$$ANGULAR_VERSION$$", "@angular/compiler": "$$ANGULAR_VERSION$$" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.git" } } diff --git a/modules/@angular/platform-server/package.json b/modules/@angular/platform-server/package.json index c5d90c91b6..5893017068 100644 --- a/modules/@angular/platform-server/package.json +++ b/modules/@angular/platform-server/package.json @@ -15,5 +15,9 @@ }, "dependencies": { "parse5": "1.3.2" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.git" } } diff --git a/modules/@angular/router-deprecated/package.json b/modules/@angular/router-deprecated/package.json index 1064d27b98..24eacb8d96 100644 --- a/modules/@angular/router-deprecated/package.json +++ b/modules/@angular/router-deprecated/package.json @@ -11,5 +11,9 @@ "@angular/core": "$$ANGULAR_VERSION$$", "@angular/common": "$$ANGULAR_VERSION$$", "@angular/platform-browser": "$$ANGULAR_VERSION$$" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.git" } } diff --git a/modules/@angular/router/package.json b/modules/@angular/router/package.json index 0de9e56a5a..76efbf7ec7 100644 --- a/modules/@angular/router/package.json +++ b/modules/@angular/router/package.json @@ -11,5 +11,9 @@ "@angular/core": "$$ANGULAR_VERSION$$", "@angular/common": "$$ANGULAR_VERSION$$", "@angular/platform-browser": "$$ANGULAR_VERSION$$" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.git" } } diff --git a/modules/@angular/upgrade/package.json b/modules/@angular/upgrade/package.json index 774f9a6f8c..33a5e8b5b7 100644 --- a/modules/@angular/upgrade/package.json +++ b/modules/@angular/upgrade/package.json @@ -10,5 +10,9 @@ "@angular/core": "$$ANGULAR_VERSION$$", "@angular/compiler": "$$ANGULAR_VERSION$$", "@angular/platform-browser": "$$ANGULAR_VERSION$$" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.git" } } diff --git a/modules/rollup-test/package.json b/modules/rollup-test/package.json index f2e7506497..81aae00339 100644 --- a/modules/rollup-test/package.json +++ b/modules/rollup-test/package.json @@ -26,5 +26,9 @@ "rxjs-es": "^5.0.0-beta.6", "typescript": "^1.9.0-dev.20160423", "uglify-js": "^2.6.2" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.git" } }