Skip to content

Commit

Permalink
fix(githuburl): update github urls
Browse files Browse the repository at this point in the history
  • Loading branch information
scamden committed Jun 17, 2017
1 parent 8ab9f58 commit 250fcff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grid-angular-adapter",
"version": "0.0.0-semantic-release",
"description": "A highly scalable grid component written in javscript",
"description": "Angular tools for the Grid",
"main": "src/modules/grid-entry.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down Expand Up @@ -68,7 +68,7 @@
"browserify-shim": {},
"repository": {
"type": "git",
"url": "https://github.com/relateiq/grid.git"
"url": "https://github.com/gridgrid/grid-angular-adapter.git"
},
"keywords": [
"grid",
Expand All @@ -79,9 +79,9 @@
"author": "Sterling Camden",
"license": "MIT",
"bugs": {
"url": "https://github.com/relateiq/grid/issues"
"url": "https://github.com/gridgrid/grid-angular-adapter/issues"
},
"homepage": "https://github.com/relateiq/grid",
"homepage": "https://github.com/gridgrid/grid-angular-adapter",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
Expand Down

0 comments on commit 250fcff

Please sign in to comment.