chore(package.json): npm No repository field.
npm install yields a warning ```bash npm WARN package.json angular@0.0.0 No repository field. ``` also include `"bugs": "https://github.com/angular/angular/issues"`
This commit is contained in:
parent
ec5cb3eb66
commit
4fdb3cf566
|
@ -2,6 +2,11 @@
|
||||||
"name": "angular",
|
"name": "angular",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "Angular",
|
"description": "Angular",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/angular/angular.git"
|
||||||
|
},
|
||||||
|
"bugs": "https://github.com/angular/angular/issues",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue