From bc6f1629db423176d158d855fd1a62e8c831d464 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 3 Feb 2024 15:15:35 -0700 Subject: [PATCH] Fix main target --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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" + } }