File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Component mapper for Material ui component mapper form data-driven-forms." ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
7
+ "files" : [
8
+ " dist/"
9
+ ],
7
10
"license" : " Apache-2.0" ,
8
11
"scripts" : {
9
12
"start" : " webpack-dev-server --env dev --config ./config/webpack.config.js --open --hot" ,
76
79
"react-select" : " ^2.2.0"
77
80
},
78
81
"postpublish" : " export RELEASE_DEMO=true"
79
- }
82
+ }
Original file line number Diff line number Diff line change 4
4
"description" : " Patternfly 3 component mapper" ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
7
+ "files" : [
8
+ " dist/"
9
+ ],
7
10
"license" : " Apache-2.0" ,
8
11
"scripts" : {
9
12
"start" : " webpack-dev-server --env dev --config ./config/webpack.config.js --open --hot" ,
83
86
"terser" : " 3.14.1"
84
87
},
85
88
"postpublish" : " export RELEASE_DEMO=true"
86
- }
89
+ }
Original file line number Diff line number Diff line change 4
4
"description" : " Starter pf4-component-mapper for data-driven-forms." ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
7
+ "files" : [
8
+ " dist/"
9
+ ],
7
10
"license" : " Apache-2.0" ,
8
11
"scripts" : {
9
12
"start" : " webpack-dev-server --env dev --config ./config/webpack.config.js --open --hot" ,
79
82
"react-select" : " ^3.0.4"
80
83
},
81
84
"postpublish" : " export RELEASE_DEMO=true"
82
- }
85
+ }
Original file line number Diff line number Diff line change 4
4
"description" : " React form renderer for data-driven-forms." ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
7
+ "files" : [
8
+ " dist/"
9
+ ],
7
10
"license" : " Apache-2.0" ,
8
11
"scripts" : {
9
12
"start" : " webpack-dev-server --env dev --config ./config/webpack.config.js --open --hot" ,
72
75
"react-dom" : " ^16.13.0"
73
76
},
74
77
"postpublish" : " export RELEASE_DEMO=true"
75
- }
78
+ }
You can’t perform that action at this time.
0 commit comments