react-restyle-components 0.1.9 → 0.1.13

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 +4 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,15 +2,18 @@
2
2
 
3
3
  Easy use restyle components
4
4
 
5
+ # Note: In development mode (facing same issue) 🚨🚨
6
+
5
7
  ## Installation
6
8
 
9
+
7
10
  ```
8
11
  npm i react-restyle-components
9
12
  or
10
13
  yarn add react-restyle-components
11
14
  ```
12
15
 
13
- ## Usage
16
+ ##
14
17
 
15
18
  ```jsx
16
19
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-restyle-components",
3
- "version": "0.1.9",
3
+ "version": "0.1.13",
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
6
  "types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "files": [
19
19
  "lib/"
20
20
  ],
21
- "preDependencies": {
21
+ "dependencies": {
22
22
  "react": "*",
23
23
  "@headlessui/react": "^0.2.0",
24
24
  "dayjs": "^1.10.6",