From a0189658a8745e54c525c7916d9857a9863fead8 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Mon, 25 Feb 2019 11:31:40 +0100 Subject: [PATCH] Making the package public --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ce9b2f7c..6b9e1e7bc 100644 --- a/package.json +++ b/package.json @@ -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"