From 65b55fb0fa1ed4349aadb8d28d2d416a3ac2243f Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 5 Aug 2020 00:56:12 +0200 Subject: [PATCH] chore(gql): graphql should be public --- plugins/graphql/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/graphql/package.json b/plugins/graphql/package.json index 5ed22253c3..2cb0d273c8 100644 --- a/plugins/graphql/package.json +++ b/plugins/graphql/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": true, "publishConfig": { "access": "public", "main": "dist/index.cjs.js",