Skip to content

Commit e1018ab

Browse files
committed
Update package.json with version and repository details
Added version 1.0.4, author information, and repository URL to align with project metadata requirements. Ensures better clarity and accessibility for external collaborators and package users.
1 parent b3d6590 commit e1018ab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"name": "@acrool/graphql-codegen-rtk-query",
3+
"version": "1.0.4",
34
"description": "trk-query for graphql-code-generator",
45
"keywords": [
56
"typescript",
67
"graphql-code-generator",
78
"trk-query"
89
],
910
"private": false,
11+
"author": "info@acrool.com",
1012
"license": "MIT",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/acrool/acrool-graphql-codegen-rtk-query.git"
16+
},
1117
"engines": {
1218
"node": ">=14"
1319
},

0 commit comments

Comments
 (0)