Skip to content

Commit 262064b

Browse files
committed
Merge pull request #12 from devrnt/chore/release-preparations
Chore/release preparations
2 parents 952be20 + 1c43d4f commit 262064b

File tree

3 files changed

+1220
-26
lines changed

3 files changed

+1220
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="./assets/logo.svg" alt="react-use-wizard logo" height="120px" style="margin-top: 20px;"/></p>
1+
<p align="center"><img src="https://raw.githubusercontent.com/devrnt/react-use-wizard/master/assets/logo.svg" alt="react-use-wizard logo" height="120px" style="margin-top: 20px;"/></p>
22
<h1 align="center">react-use-wizard</h1>
33
<p align="center">A React wizard (stepper) builder without the hassle, powered by hooks.</p>
44

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.0.0",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
@@ -19,10 +19,12 @@
1919
"lint": "tsdx lint",
2020
"prepare": "tsdx build",
2121
"size": "size-limit",
22-
"analyze": "size-limit --why"
22+
"analyze": "size-limit --why",
23+
"release": "np"
2324
},
2425
"peerDependencies": {
25-
"react": ">=16"
26+
"react": ">=16.8.0",
27+
"react-dom": ">=16.8.0"
2628
},
2729
"husky": {
2830
"hooks": {
@@ -53,6 +55,7 @@
5355
"eslint-plugin-promise": "^4.2.1",
5456
"eslint-plugin-simple-import-sort": "^7.0.0",
5557
"husky": "^4.3.6",
58+
"np": "^7.2.0",
5659
"react": "^17.0.1",
5760
"react-dom": "^17.0.1",
5861
"react-test-renderer": "^17.0.1",

0 commit comments

Comments
 (0)