adds 'repository' metadata to npm modules (#8649)
This commit is contained in:

committed by
Miško Hevery

parent
db8290632f
commit
a01a54c180
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user