Making the package public

This commit is contained in:
Grzegorz Leoniec 2019-02-25 11:31:40 +01:00
parent f4f16962d9
commit a0189658a8
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -1,7 +1,7 @@
{
"name": "@human-connection/styleguide",
"version": "0.5.0",
"private": true,
"private": false,
"scripts": {
"serve": "http-server ./docs -o -s",
"build": "yarn theo && vue-cli-service build --no-fix",
@ -14,6 +14,9 @@
"test": "echo 'TODO: FIX & ADD TESTING!'",
"test:unit": "vue-cli-service test:unit"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"portal-vue": "~1.5.1",
"vue": "~2.6.7"