react-restyle-components 0.1.32 → 0.1.34

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 +17 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,9 +36,23 @@ https://github.com/appasaheb4/react-restyle-components/blob/master/tailwind.conf
36
36
 
37
37
  https://appasaheb4.github.io/react-restyle-components
38
38
 
39
- ### Contributes / Support
39
+ ☆━━━━━━━━━━━━━━━━━━━☆☆━━━━━━━━━━━━━━━━━━━☆
40
+ Mobile No: +91 9260303151 <br />
41
+ Email Id: onlyappasaheb4@gmail.com <br />
42
+ Github: www.github.com/appasaheb4 <br />
43
+ Website: www.tech-abl.com
44
+ ☆━━━━━━━━━━━━━━━━━━━☆☆━━━━━━━━━━━━━━━━━━━☆
45
+
46
+ ## Contributes / Support
40
47
 
41
48
  1. Subscribe channel 😊 : https://www.youtube.com/tech-abl
42
- 2. Submit your pr for idea / issue / feature
43
49
 
44
- 😊 ALWAYS WELCOME 😊
50
+ 2. Submit your pr for idea / issue / feature
51
+ ### How To Contribute
52
+ - Fork and clone this repository
53
+ - Make some changes as required
54
+ - Write unit test to showcase its functionality
55
+ - Run the test suites to make sure it's not breaking anything `$ npm test`
56
+ - Submit a pull request under `dev` branch
57
+
58
+ 😊 ALWAYS WELCOME 😊
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-restyle-components",
3
- "version": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
6
  "main": "lib/cjs/index.js",