diff --git a/node_modules/react-hook-form-mui/package.json b/node_modules/react-hook-form-mui/package.json index 6018b11..b52a7fb 100644 --- a/node_modules/react-hook-form-mui/package.json +++ b/node_modules/react-hook-form-mui/package.json @@ -3,33 +3,26 @@ "license": "MIT", "repository": "https://github.com/dohomi/react-hook-form-mui", "homepage": "https://react-hook-form-material-ui.vercel.app", - "keywords": ["react", "mui", "material-ui", "react-hook-form"], - "workspaces": ["apps/*", "packages/*"], + "keywords": [ + "react", + "mui", + "material-ui", + "react-hook-form" + ], + "workspaces": [ + "apps/*", + "packages/*" + ], "name": "react-hook-form-mui", "author": "Dominic Garms", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/esm/index.js", "typings": "dist/index.d.ts", - "files": ["dist/**", "src/**"], - "exports": { - "./package.json": "./package.json", - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/esm/index.js", - "require": "./dist/index.js" - }, - "./date-fns": { - "types": "./dist/date-fns.d.ts", - "import": "./dist/esm/date-fns.js", - "require": "./dist/date-fns.js" - }, - "./date-pickers": { - "types": "./dist/date-pickers.d.ts", - "import": "./dist/esm/date-pickers.js", - "require": "./dist/date-pickers.js" - } - }, + "files": [ + "dist/**", + "src/**" + ], "engines": { "node": ">=14" },