From 3857331975f2696833d380975ae5579d08960ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20M=C3=A9ndez?= Date: Fri, 17 Jul 2020 16:04:19 +0200 Subject: [PATCH] fix: Fix npm release (#4) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a0d4c7dc..8cae338d 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "lint": "eslint --config .eslintrc.yaml .", "get-version": "echo $npm_package_version" }, + "publishConfig": { + "access": "public" + }, "repository": { "type": "git", "url": "git+https://github.com/asyncapi/avro-schema-parser.git"