diff --git a/package.json b/package.json index 07093b0..d51dba3 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "railbird-gql", - "version": "1.0.0", - "main": "generated/index.js", - "repository": "ssh://gitea@dev.railbird.ai:1123/railbird/railbird-gql.git", - "author": "Ivan Malison ", - "license": "MIT", - "dependencies": { - "@graphql-codegen/cli": "^5.0.0", - "@graphql-codegen/typescript": "^4.0.1", - "@graphql-codegen/typescript-operations": "^4.0.1", - "@graphql-codegen/typescript-react-apollo": "^4.2.0", - "graphql": "^16.8.1" - } + "name": "railbird-gql", + "version": "1.0.0", + "main": "index.js", + "repository": "ssh://gitea@dev.railbird.ai:1123/railbird/railbird-gql.git", + "author": "Ivan Malison ", + "license": "MIT", + "dependencies": { + "@graphql-codegen/cli": "^5.0.0", + "@graphql-codegen/typescript": "^4.0.1", + "@graphql-codegen/typescript-operations": "^4.0.1", + "@graphql-codegen/typescript-react-apollo": "^4.2.0", + "graphql": "^16.8.1" + } }