File tree Expand file tree Collapse file tree 3 files changed +1220
-26
lines changed Expand file tree Collapse file tree 3 files changed +1220
-26
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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" : {
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" ,
You can’t perform that action at this time.
0 commit comments