react-restyle-components 0.2.12 → 0.2.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.
package/README.md CHANGED
@@ -9,32 +9,14 @@ yarn add react-restyle-components
9
9
 
10
10
  ```
11
11
 
12
- <!-- ## Some changes required
13
-
14
- ```
15
- tsconfig.json
16
- "compilerOptions": {
17
- ...
18
- "noImplicitAny": false
19
- },
20
-
21
- // modify script
22
- "start": "serve -s ./build",
23
- "dev": "craco start",
24
- "build": "craco build",
25
- "test": "craco test"
26
-
27
- // Paste 3 files your root path
28
- https://github.com/appasaheb4/react-restyle-components/blob/master/craco.config.js
29
- https://github.com/appasaheb4/react-restyle-components/blob/master/postcss.config.js
30
- https://github.com/appasaheb4/react-restyle-components/blob/master/tailwind.config.js
31
-
32
- ``` -->
33
-
34
12
  ### 📚 Storybook
35
13
 
36
14
  https://appasaheb4.github.io/react-restyle-components
37
15
 
16
+ ### Why we use this lib
17
+
18
+ <img src="https://github.com/appasaheb4/react-restyle-components/blob/master/library/assets/img/libWapper.png">
19
+
38
20
  ☆━━━━━━━━━━━━━━━━━━━☆☆━━━━━━━━━━━━━━━━━━━☆
39
21
  Github: www.github.com/appasaheb4 <br />
40
22
  Website: www.tech-abl.com
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-restyle-components",
3
- "version": "0.2.11",
3
+ "version": "0.2.13",
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
6
  "author": {
@@ -114,5 +114,13 @@
114
114
  "components",
115
115
  "restyle-components",
116
116
  "tech-abl"
117
- ]
117
+ ],
118
+ "repository": {
119
+ "type": "git",
120
+ "url": "git+https://github.com/appasaheb4/react-restyle-components.git"
121
+ },
122
+ "bugs": {
123
+ "url": "https://github.com/appasaheb4/react-restyle-components/issues"
124
+ },
125
+ "homepage": "https://github.com/appasaheb4/react-restyle-components#readme"
118
126
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-restyle-components",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
6
  "author": {
@@ -114,5 +114,13 @@
114
114
  "components",
115
115
  "restyle-components",
116
116
  "tech-abl"
117
- ]
117
+ ],
118
+ "repository": {
119
+ "type": "git",
120
+ "url": "git+https://github.com/appasaheb4/react-restyle-components.git"
121
+ },
122
+ "bugs": {
123
+ "url": "https://github.com/appasaheb4/react-restyle-components/issues"
124
+ },
125
+ "homepage": "https://github.com/appasaheb4/react-restyle-components#readme"
118
126
  }