From 50cc8992fbc2a156250d23a2b5cf35037c85fa97 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 1 Nov 2018 15:39:19 +0000 Subject: [PATCH] Public by default --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 5ac1b83..fdf448c 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "Imperative Syndicate in the browser", "homepage": "https://github.com/syndicate-lang/syndicate-js-core", "license": "GPL-3.0+", + "publishConfig": { + "access": "public" + }, "repository": { "type": "git", "url": "git://github.com/syndicate-lang/syndicate-js-core"