Skip to content

Commit 6f63340

Browse files
authored
Merge pull request #9 from react-hook-form/docs-and-package
Docs and package
2 parents 6a10523 + 75ff7a6 commit 6f63340

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
<div align="center">
2-
<a href="https://react-hook-form.com" title="React Hook Form - Simple React forms validation">
3-
<img src="https://raw.githubusercontent.com/react-hook-form/react-hook-form/master/docs/logo.png" alt="React Hook Form Logo - React hook custom hook for form validation" />
4-
<img src="https://user-images.githubusercontent.com/10513364/178235861-ff786497-1b0c-4095-afc5-21c49adae560.png" alt="dev tool screenshot" />
5-
</a>
6-
</div>
1+
[![Logo](https://raw.githubusercontent.com/react-hook-form/react-hook-form/master/docs/logo.png)![Screenshot](https://user-images.githubusercontent.com/10513364/178235861-ff786497-1b0c-4095-afc5-21c49adae560.png)](https://react-hook-form.com)
72

83
## Requirement
94

105
- [react-hook-form](https://github.com/react-hook-form/react-hook-form) >= `7.33.1`
11-
- [@hookform/devtools](https://github.com/react-hook-form/devtools) >= `4.2.0`
6+
- [@hookform/devtools](https://github.com/react-hook-form/devtools) >= `4.2.2`
127

138
## Usage
149

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "rhf-devtools-extension",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "src/devtools.tsx",
55
"author": "Justin Sun",
66
"license": "MIT",
77
"scripts": {
88
"preinstall": "npx only-allow pnpm",
9-
"postinstall": "simple-git-hooks",
9+
"prepare": "simple-git-hooks",
1010
"dev": "webpack --config webpack.dev.js --watch",
1111
"build": "rimraf dist && webpack --config webpack.prod.js",
1212
"clean": "rimraf dist",

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "React Hook Form Devtools",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "React Hook Form DevTools to help debug forms with validation.",
66
"icons": {
77
"16": "images/icon16.png",

0 commit comments

Comments
 (0)