aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPaweł Kuna <1282324+codecalm@users.noreply.github.com>2020-11-11 14:19:12 +0100
committerGitHub <noreply@github.com>2020-11-11 14:19:12 +0100
commita29fad8722a9311cc1e5b94a5984be16b0d64bc7 (patch)
tree780cfa4c6fcdb13fdc0295adef22ead87698345b /package.json
parentpublish tabler-icons under @tabler namespace on npm (diff)
downloadtabler-icons-a29fad8722a9311cc1e5b94a5984be16b0d64bc7.tar.xz
added `publishConfig` to `package.json`
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
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",