adds 'repository' metadata to npm modules (#8649)

This commit is contained in:
Joost de Vries 2016-05-18 08:17:15 +02:00 committed by Miško Hevery
parent db8290632f
commit a01a54c180
11 changed files with 44 additions and 0 deletions

View File

@ -9,5 +9,9 @@
"license": "MIT",
"peerDependencies": {
"@angular/core": "$$ANGULAR_VERSION$$"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
}
}

View File

@ -9,5 +9,9 @@
"license": "MIT",
"peerDependencies": {
"@angular/core": "$$ANGULAR_VERSION$$"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
}
}

View File

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

View File

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

View File

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

View File

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

View File

@ -15,5 +15,9 @@
},
"dependencies": {
"parse5": "1.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
}
}

View File

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

View File

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

View File

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

View File

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