Skip to content

Commit d22812d

Browse files
committed
publish release
1 parent 8e4b722 commit d22812d

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

packages/rhf-mui/package.json

+4-15
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
11
{
2-
"version": "7.2.0",
2+
"version": "7.2.1",
33
"license": "MIT",
44
"repository": "https://github.com/dohomi/react-hook-form-mui",
55
"homepage": "https://react-hook-form-material-ui.vercel.app",
6-
"keywords": [
7-
"react",
8-
"mui",
9-
"material-ui",
10-
"react-hook-form"
11-
],
12-
"workspaces": [
13-
"apps/*",
14-
"packages/*"
15-
],
6+
"keywords": ["react", "mui", "material-ui", "react-hook-form"],
7+
"workspaces": ["apps/*", "packages/*"],
168
"name": "react-hook-form-mui",
179
"author": "Dominic Garms",
1810
"source": "src/index.ts",
1911
"main": "dist/index.js",
2012
"module": "dist/esm/index.js",
2113
"typings": "dist/index.d.ts",
22-
"files": [
23-
"dist/**",
24-
"src/**"
25-
],
14+
"files": ["dist/**", "src/**"],
2615
"exports": {
2716
"./package.json": "./package.json",
2817
".": {

0 commit comments

Comments
 (0)