added `publishConfig` to `package.json`

This commit is contained in:
Paweł Kuna 2020-11-11 14:19:12 +01:00 committed by GitHub
parent 3a10205b2b
commit a29fad8722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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",