Skip to content

Commit 250fcff

Browse files
committed
fix(githuburl): update github urls
1 parent 8ab9f58 commit 250fcff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grid-angular-adapter",
33
"version": "0.0.0-semantic-release",
4-
"description": "A highly scalable grid component written in javscript",
4+
"description": "Angular tools for the Grid",
55
"main": "src/modules/grid-entry.js",
66
"publishConfig": {
77
"registry": "https://registry.npmjs.org/"
@@ -68,7 +68,7 @@
6868
"browserify-shim": {},
6969
"repository": {
7070
"type": "git",
71-
"url": "https://github.com/relateiq/grid.git"
71+
"url": "https://github.com/gridgrid/grid-angular-adapter.git"
7272
},
7373
"keywords": [
7474
"grid",
@@ -79,9 +79,9 @@
7979
"author": "Sterling Camden",
8080
"license": "MIT",
8181
"bugs": {
82-
"url": "https://github.com/relateiq/grid/issues"
82+
"url": "https://github.com/gridgrid/grid-angular-adapter/issues"
8383
},
84-
"homepage": "https://github.com/relateiq/grid",
84+
"homepage": "https://github.com/gridgrid/grid-angular-adapter",
8585
"config": {
8686
"commitizen": {
8787
"path": "cz-conventional-changelog"

0 commit comments

Comments
 (0)