Skip to content

Commit 24a3079

Browse files
committed
fix(metadata): add repo url
1 parent f2cedc0 commit 24a3079

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

projects/ng-sortgrid/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@
44
"peerDependencies": {
55
"@angular/common": "^7.2.0",
66
"@angular/core": "^7.2.0"
7-
}
8-
}
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/kreuzerk/ng-sortgrid.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/kreuzerk/ng-sortgrid/issues"
14+
},
15+
"homepage": "https://github.com/kreuzerk/ng-sortgrid#readme"
16+
}

0 commit comments

Comments
 (0)