react-restyle-components 0.1.22 → 0.1.23

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,7 @@ yarn add tailwindcss
15
15
 
16
16
  ## Some changes required
17
17
 
18
+ ```
18
19
  tsconfig.json
19
20
  "compilerOptions": {
20
21
  ...
@@ -32,6 +33,8 @@ https://github.com/appasaheb4/react-restyle-components/blob/master/craco.config.
32
33
  https://github.com/appasaheb4/react-restyle-components/blob/master/postcss.config.js
33
34
  https://github.com/appasaheb4/react-restyle-components/blob/master/tailwind.config.js
34
35
 
36
+ ```
37
+
35
38
  ##
36
39
 
37
40
  ```jsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-restyle-components",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
6
  "main": "lib/cjs/index.js",