From ce3c0112ed1f82d7389c729760c1d74460abb700 Mon Sep 17 00:00:00 2001 From: Marlon Trapp Date: Fri, 27 Aug 2021 09:38:52 -0300 Subject: [PATCH] ci: add publish config section --- .circleci/config.yml | 1 + package.json | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6906e5d..c9b97e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,6 +91,7 @@ workflows: release: jobs: - setup: + context: org-global filters: branches: ignore: /.*/ diff --git a/package.json b/package.json index a4d12d5..8255391 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "react-frontend-settings", - "version": "1.0.0", + "name": "@loadsmart/react-frontend-settings", + "version": "1.0.1", "description": "Dynamic frontend settings for React applications", "main": "dist", "types": "dist/index.d.ts", @@ -62,5 +62,8 @@ "path": "./node_modules/cz-conventional-changelog" } }, - "dependencies": {} + "dependencies": {}, + "publishConfig": { + "access": "public" + } }