We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a817d commit b7e7a76Copy full SHA for b7e7a76
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@greenlabs/ppx-rhf",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "ReScript PPX which generates the bindings for react-hook-form",
5
"license": "MIT",
6
"author": "Woonki Moon<[email protected]>",
@@ -19,4 +19,4 @@
19
"scripts": {
20
"postinstall": "node ./postInstall.js"
21
}
22
-}
+}
src/ppx_rhf.opam
opam-version: "2.0"
name: "ppx_rhf"
-version: "0.0.3"
+version: "0.0.4"
synopsis: "ReScript PPX for react-hook-form"
description: """
ReScript PPX which generates the bindings for react-hook-form
0 commit comments