Skip to content

Commit 4ac7663

Browse files
authored
exclude module to fix build size (#50)
1 parent 937f5af commit 4ac7663

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "@hookform/devtools",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "React Hook Form dev tool to help debugging forms",
55
"main": "dist/index.js",
6-
"module": "dist/index.esm.js",
76
"umd:main": "dist/index.umd.development.js",
87
"unpkg": "dist/index.umd.development.js",
98
"jsdelivr": "dist/index.umd.development.js",

0 commit comments

Comments
 (0)