Skip to content

Commit

Permalink
fix: publish public package (#25)
Browse files Browse the repository at this point in the history
* fix: publish public package

* docs: update readme
  • Loading branch information
adamdehaven authored Jun 27, 2023
1 parent 5dca813 commit 3d305b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"commit": "cz"
},
"publishConfig": {
"access": "restricted"
"access": "public"
},
"files": [
"dist"
Expand Down

0 comments on commit 3d305b2

Please sign in to comment.