Skip to content

Commit 30fbb9e

Browse files
committed
Update the package.json field repository to conform to new npm requirements.
1 parent fd24d95 commit 30fbb9e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
### Patch
1111

12+
- Updated the `package.json` field `repository` to conform to new npm requirements.
1213
- Updated GitHub Actions CI config:
1314
- Run tests with Node.js v18, v20, v21.
1415
- Updated `actions/checkout` to v4.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"email": "[email protected]",
99
"url": "https://jaydenseric.com"
1010
},
11-
"repository": "github:jaydenseric/graphql-react",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/jaydenseric/graphql-react.git"
14+
},
1215
"homepage": "https://github.com/jaydenseric/graphql-react#readme",
1316
"bugs": "https://github.com/jaydenseric/graphql-react/issues",
1417
"funding": "https://github.com/sponsors/jaydenseric",

0 commit comments

Comments
 (0)