From bf61272b43f7f6d38f391b2312beff12f09fcddc Mon Sep 17 00:00:00 2001 From: Bogdan Savluk Date: Fri, 21 Jul 2023 18:20:04 +0200 Subject: [PATCH] build publish config --- packages/material-ui/package.json | 4 ++-- packages/mui/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/material-ui/package.json b/packages/material-ui/package.json index 92b3c533f7..99e05d2157 100644 --- a/packages/material-ui/package.json +++ b/packages/material-ui/package.json @@ -1,9 +1,9 @@ { "name": "@rjsf/material-ui", "version": "5.11.0", - "module": "./dist/material-ui.esm.js", + "module": "./lib/index.js", "main": "./dist/index.js", - "types": "./dist/index.d.ts", + "types": "./lib/index.d.ts", "description": "Material UI 4 theme, fields and widgets for react-jsonschema-form", "files": [ "dist", diff --git a/packages/mui/package.json b/packages/mui/package.json index d68ea49fad..ab968ec45d 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -1,9 +1,9 @@ { "name": "@rjsf/mui", "version": "5.11.0", - "module": "./dist/mui.esm.js", + "module": "./lib/index.js", "main": "./dist/index.js", - "types": "./dist/index.d.ts", + "types": "./lib/index.d.ts", "description": "Material UI 5 theme, fields and widgets for react-jsonschema-form", "files": [ "dist",