File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 77 "exports" : " ./dist/react-json-form.modern.js" ,
88 "main" : " ./dist/react-json-form.js" ,
99 "module" : " ./dist/react-json-form.module.js" ,
10- "unpkg" : " ./dist/react-json-form.min. js" ,
10+ "unpkg" : " ./dist/react-json-form.js" ,
1111 "scripts" : {
12- "build" : " microbundle --format umd,cjs" ,
13- "dev" : " microbundle watch --format umd,cjs --no-compress --jsx React.createElement --output ./dev/dist/" ,
12+ "build" : " npm run build:uncompressed && npm run build:compressed" ,
13+ "build:uncompressed" : " microbundle --format umd --no-compress" ,
14+ "build:compressed" : " microbundle --format umd -o ./dist/react-json-form.min.js" ,
15+ "dev" : " microbundle watch --format umd --no-compress --jsx React.createElement --output ./dev/dist/" ,
1416 "lint" : " eslint src"
1517 },
1618 "keywords" : [],
You can’t perform that action at this time.
0 commit comments