react-restyle-components 0.2.80 → 0.2.81
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 +17 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# react-restyle-components
|
|
2
2
|
|
|
3
|
+
[![NPM version][npm-image]][npm-url]
|
|
4
|
+
|
|
5
|
+
<!-- [](https://github.com/node-modules/utility/actions/workflows/nodejs.yml) -->
|
|
6
|
+
|
|
7
|
+
[![Test coverage][codecov-image]][codecov-url]
|
|
8
|
+
[![npm download][download-image]][download-url]
|
|
9
|
+
[](https://nodejs.org/en/download/)
|
|
10
|
+
[
|
|
11
|
+
|
|
12
|
+
[npm-image]: https://img.shields.io/npm/v/utility.svg?style=flat-square
|
|
13
|
+
[npm-url]: https://npmjs.org/package/utility
|
|
14
|
+
[codecov-image]: https://codecov.io/github/node-modules/utility/coverage.svg?branch=master
|
|
15
|
+
[codecov-url]: https://codecov.io/github/node-modules/utility?branch=master
|
|
16
|
+
[download-image]: https://img.shields.io/npm/dm/utility.svg?style=flat-square
|
|
17
|
+
[download-url]: https://npmjs.org/package/utility
|
|
18
|
+
|
|
3
19
|
Easy use restyle components
|
|
4
20
|
|
|
5
21
|
## Installation
|
|
@@ -27,6 +43,6 @@ Website: www.tech-abl.com
|
|
|
27
43
|
- Make some changes as required
|
|
28
44
|
- Write unit test to showcase its functionality
|
|
29
45
|
- Run the test suites to make sure it's not breaking anything `$ npm test`
|
|
30
|
-
- Submit a pull request under `
|
|
46
|
+
- Submit a pull request under `master` branch
|
|
31
47
|
|
|
32
48
|
😊 ALWAYS WELCOME 😊
|