diff --git a/packages/graphiql-plugin-multipart-requests/package.json b/packages/graphiql-plugin-multipart-requests/package.json index c6d8291..244cd87 100644 --- a/packages/graphiql-plugin-multipart-requests/package.json +++ b/packages/graphiql-plugin-multipart-requests/package.json @@ -3,7 +3,7 @@ "collaborators": [ "Dylan Owen " ], - "version": "0.0.1", + "version": "0.0.2", "scripts": { "dev": "tsc --project ./tsconfig.dev.json --watch --pretty --incremental --preserveWatchOutput", "test:unit": "jest", @@ -11,6 +11,10 @@ "release": "tshy", "clean": "rimraf dist/" }, + "publishConfig": { + "registry": "https://registry.npmjs.org/", + "access": "public" + }, "type": "module", "exports": { "./package.json": "./package.json",