From 4383627ca3b02202545b8352b27e048e7af38e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Zl=C3=A1mal?= Date: Tue, 22 Feb 2022 17:44:23 -0600 Subject: [PATCH] Package.json: remove `"private": false` field This field is being removed by Yarn 2+ (`"private": true` stays untouched). This commit basically offloads this PR: https://github.com/adeira/universe/pull/2154 adeira-source-id: 2e06a4b2c37428ed66406781dea2d76e6200fed7 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 01e16b4..2a3c890 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "directory": "src/graphql-resolve-wrapper" }, "license": "MIT", - "private": false, "version": "0.3.0", "main": "./src/index.js", "type": "commonjs",