Skip to content

Commit 4fdb3cf

Browse files
committed
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"`
1 parent ec5cb3e commit 4fdb3cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "angular",
33
"version": "0.0.0",
44
"description": "Angular",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/angular/angular.git"
8+
},
9+
"bugs": "https://github.com/angular/angular/issues",
510
"scripts": {
611
"test": "echo \"Error: no test specified\" && exit 1"
712
},

0 commit comments

Comments
 (0)