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 5d09ed5 commit 9b8834fCopy full SHA for 9b8834f
package.json
@@ -5,12 +5,12 @@
5
"type": "module",
6
"source": "./src/index.js",
7
"exports": "./dist/react-json-form.modern.js",
8
- "main": "./dist/react-json-form.cjs",
+ "main": "./dist/react-json-form.js",
9
"module": "./dist/react-json-form.module.js",
10
- "unpkg": "./dist/react-json-form.js",
+ "unpkg": "./dist/react-json-form.min.js",
11
"scripts": {
12
- "build": "microbundle",
13
- "dev": "microbundle watch --no-compress --jsx React.createElement --output ./dev/dist/",
+ "build": "microbundle --format umd,cjs",
+ "dev": "microbundle watch --format umd,cjs --no-compress --jsx React.createElement --output ./dev/dist/",
14
"lint": "eslint src"
15
},
16
"keywords": [],
0 commit comments