Skip to content

Commit 0066f02

Browse files
committed
fix(package.json): update repository and homepage URLs to point to the correct repository for the project
1 parent c33d983 commit 0066f02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/multipliedtwice/graphql-query-purifier.git"
16+
"url": "git+https://github.com/multipliedtwice/typegraphql-prisma-graphql-query-purifier.git"
1717
},
1818
"keywords": [
1919
"graphql",
@@ -23,9 +23,9 @@
2323
"filtering"
2424
],
2525
"bugs": {
26-
"url": "https://github.com/multipliedtwice/graphql-query-purifier/issues"
26+
"url": "https://github.com/multipliedtwice/typegraphql-prisma-graphql-query-purifier/issues"
2727
},
28-
"homepage": "https://github.com/multipliedtwice/graphql-query-purifier#readme",
28+
"homepage": "https://github.com/multipliedtwice/typegraphql-prisma-graphql-query-purifier#readme",
2929
"devDependencies": {
3030
"@types/express": "^4.17.21",
3131
"@types/glob": "^8.1.0",

0 commit comments

Comments
 (0)