From a29fad8722a9311cc1e5b94a5984be16b0d64bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Wed, 11 Nov 2020 14:19:12 +0100 Subject: added `publishConfig` to `package.json` --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 36506d53..9e84fc04 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,9 @@ "tabler-sprite.svg", "tabler-sprite-nostroke.svg" ], + "publishConfig": { + "access": "public" + }, "homepage": "https://github.com/tabler/tabler-icons#readme", "scripts": { "start": "bundle exec jekyll serve --watch --livereload --trace --livereload_port 8888", -- cgit v1.2.1