File tree 5 files changed +23346
-35325
lines changed 5 files changed +23346
-35325
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
4
+ npx lint-staged
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
4
+ exec < /dev/tty && node_modules/.bin/cz --hook || true
Original file line number Diff line number Diff line change @@ -19,24 +19,22 @@ The starter ui includes the following technologies:
19
19
20
20
| Technology | Description |
21
21
| --------------------------------------------- | ------------------------------------------------------------------------------ |
22
- | [ Node 14 .0.0 LTS] ( https://nodejs.org/en/ ) | Node |
22
+ | [ Node 16 .0.0 LTS] ( https://nodejs.org/en/ ) | Node |
23
23
| [ React 17] ( https://github.com/facebook/react ) | JavaScript library for building user interfaces |
24
- | [ Redux] ( http://redux.js.org/ ) | Redux is a predictable state container for JavaScript apps |
25
- | [ Redux-Form] ( http://redux-form.com ) | A Higher Order Component using react-redux to keep form state in a Redux store |
26
24
27
25
## Installation
28
26
29
27
``` bash
30
28
npm install push-ui --save
31
29
```
32
30
33
- ## Release
31
+ ## Release x.^^^.x
34
32
35
33
``` bash
36
34
npm run release -- --release-as minor
37
35
```
38
36
39
- ## Patch
37
+ ## Patch x.x.^^^
40
38
41
39
``` bash
42
40
npm run release -- --release-as patch
You can’t perform that action at this time.
0 commit comments