Skip to content

Commit 7e3c18e

Browse files
committed
correct path to repo in package.json
1 parent a8cb3c9 commit 7e3c18e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/gatsby-plugin-graphql-codegen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/d4rekanguok/gatsby-plugin-ts.git"
19+
"url": "git+https://github.com/d4rekanguok/gatsby-typescript.git"
2020
},
2121
"author": "Derek Nguyen <derek@penandpillow.com>",
2222
"license": "MIT",
@@ -43,7 +43,7 @@
4343
"typescript": "^3.5.1"
4444
},
4545
"bugs": {
46-
"url": "https://github.com/d4rekanguok/gatsby-plugin-ts/issues"
46+
"url": "https://github.com/d4rekanguok/gatsby-typescript/issues"
4747
},
48-
"homepage": "https://github.com/d4rekanguok/gatsby-plugin-ts#readme"
48+
"homepage": "https://github.com/d4rekanguok/gatsby-typescript#readme"
4949
}

0 commit comments

Comments
 (0)