From 79d17b45bb967583cf68ab4b80161c87a2e6515f Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Tue, 27 Jun 2023 14:32:57 -0400 Subject: [PATCH 1/2] fix: publish public package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be3445ac..11e08cee 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "commit": "cz" }, "publishConfig": { - "access": "restricted" + "access": "public" }, "files": [ "dist" From 59892c081ed1774585baf4664dc191494a6fb8fa Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Tue, 27 Jun 2023 14:34:22 -0400 Subject: [PATCH 2/2] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7612eefe..2f624915 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Kong's Design Tokens and **Style Dictionary**, created with [Style Dictionary](h [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) -> **Note**: Repository and documentation is a work in progress. +> **Note**: Repository and documentation is a work in progress. This package is currently for Kong internal-use only, but is published publically in order to consume in our OSS projects. A **Style Dictionary** is a build system that allows you to define styles once, in a way for any platform or language to consume. A single place to create and edit your styles, and a single command exports these rules to all the places you need them - iOS, Android, CSS, JS, HTML, sketch files, style documentation, or anything you can think of.