@ryanodd/design-system 0.0.0-dev6 → 0.1.0

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 +3 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,13 +5,9 @@ Components & ways of doing things. Built on [Radix UI](https://www.radix-ui.com/
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @ryanodd/design-system
9
-
8
+ pnpm install @ryanodd/design-system
9
+ # OR
10
10
  yarn add @ryanodd/design-system
11
11
  ```
12
12
 
13
- ## Publishing
14
-
15
- ```bash
16
- npm publish
17
- ```
13
+ Add `import "@ryanodd/design-system/dist/index.css"` to your app's root component.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryanodd/design-system",
3
- "version": "0.0.0-dev6",
3
+ "version": "0.1.0",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",