react-restyle-components 0.1.23 → 0.1.24

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 +2 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,11 +5,8 @@ Easy use restyle components
5
5
  ## Installation
6
6
 
7
7
  ```
8
- npm i react-restyle-components
9
- or
10
- yarn add react-restyle-components
11
- yarn add -D @craco/craco craco-alias
12
- yarn add tailwindcss
8
+ yarn add react-restyle-components tailwindcss
9
+ yarn add -D @craco/craco craco-alias postcss autoprefixer
13
10
 
14
11
  ```
15
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-restyle-components",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
6
  "main": "lib/cjs/index.js",