Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhitkoff committed Sep 18, 2024
1 parent 57c4210 commit 2879993
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-default-documents",
"version": "0.1.0",
"version": "0.1.1",
"description": "GraphQL Code Generator plugin for generating default documents (queries, mutations, subscriptions and 'AllFields' fragments) for your GraphQL schema.",
"keywords": [
"graphql",
Expand All @@ -14,7 +14,10 @@
"fragments"
],
"author": "Yury Zhytkou, zhitkoff@gmail.com",
"repository": "git@github.com:zhitkoff/graphql-codegen-default-documents.git",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zhitkoff/graphql-codegen-default-documents.git"
},
"license": "MIT",
"scripts": {
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs",
Expand Down

0 comments on commit 2879993

Please # to comment.