From de9cabf0784afda95c6a36674fa33d6b3610ebc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20M=C3=A9tral?= Date: Sun, 12 Jan 2020 19:56:01 +0100 Subject: [PATCH] fix: set public access to enable npm public release (#10) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 4b81f575..b5ea895b 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,8 @@ "dependencies": { "aws-sdk": "^2.600.0", "gatsby-source-filesystem": "^2.1.46" + }, + "publishConfig": { + "access": "public" } }