Skip to content

Commit 655342b

Browse files
committed
fix package.json
1 parent 19d5c77 commit 655342b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "graphql-codegen-apollo-next-ssr",
3-
"version": "1.7.1",
4-
"description": "GraphQL Code Generator plugin for generating a functions to read and write from the apollo cache",
2+
"name": "graphql-codegen-flutter-artemis-hooks",
3+
"version": "1.0.0",
4+
"description": "GraphQL Code Generator plugin for generating hooks of Flutter artemis",
55
"license": "MIT",
66
"scripts": {
77
"test": "jest",
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/correttojs/graphql-codegen-apollo-next-ssr"
17+
"url": "https://github.com/kazuyaseki/graphql-codegen-flutter-artemis-hooks"
1818
},
1919
"dependencies": {
2020
"@graphql-codegen/plugin-helpers": "^2.0.0",
@@ -45,12 +45,12 @@
4545
"ts-jest": "27.1.2",
4646
"typescript": "4.5.4"
4747
},
48-
"author": "Fabio Benedetti",
48+
"author": "Kazuya Seki",
4949
"keywords": [
5050
"graphql",
5151
"codegen",
52-
"apollo-client",
53-
"nextjs",
52+
"flutter",
53+
"artemis",
5454
"grapgql-codegen"
5555
]
5656
}

0 commit comments

Comments
 (0)