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

committed by
Miško Hevery

parent
db8290632f
commit
a01a54c180
@ -9,5 +9,9 @@
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@angular/core": "$$ANGULAR_VERSION$$"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/angular/angular.git"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user