@snacky/ui 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,8 +10,12 @@ markup from scratch every time.
10
10
 
11
11
  ## Install
12
12
 
13
- Not yet published - link it locally from an app in this monorepo, or `npm pack`
14
- and install the tarball:
13
+ ```bash
14
+ npm install @snacky/ui
15
+ ```
16
+
17
+ Published at [npmjs.com/package/@snacky/ui](https://www.npmjs.com/package/@snacky/ui).
18
+ To build from source instead (e.g. to work on the components themselves):
15
19
 
16
20
  ```bash
17
21
  cd packages/react-ui
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snacky/ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Snacky App design system - React component library. Generated from the source-of-truth design system at ../../index.html (tokens.json / components.json), pixel-accurate to Figma.",
5
5
  "license": "MIT",
6
6
  "author": "rezatresnas",