Skip to content

Commit 3d305b2

Browse files
authored
fix: publish public package (#25)
* fix: publish public package * docs: update readme
1 parent 5dca813 commit 3d305b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Kong's Design Tokens and **Style Dictionary**, created with [Style Dictionary](h
44

55
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
66

7-
> **Note**: Repository and documentation is a work in progress.
7+
> **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.
88
99
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.
1010

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"commit": "cz"
1616
},
1717
"publishConfig": {
18-
"access": "restricted"
18+
"access": "public"
1919
},
2020
"files": [
2121
"dist"

0 commit comments

Comments
 (0)