File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
blueprint-component-mapper
mui-component-mapper/src/files
pf4-component-mapper/src/files Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 "license" : " Apache-2.0" ,
1212 "scripts" : {
1313 "start" : " webpack-dev-server --env dev --config ./config/webpack.config.js --open --hot" ,
14- "build" : " yarn build:cjs && yarn build:esm && yarn build:umd" ,
14+ "build" : " yarn build:cjs && yarn build:esm && yarn build:umd && yarn build:typings " ,
1515 "build:cjs" : " BABEL_ENV=cjs rollup -c ./rollup.config.js --format=cjs --environment FORMAT:cjs" ,
1616 "build:esm" : " BABEL_ENV=esm rollup -c ./rollup.config.js --format=esm --environment FORMAT:esm" ,
1717 "build:umd" : " rollup -c ./rollup.config.js --format=umd --environment FORMAT:umd" ,
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ interface componentMapper {
3636
3737declare const componentMapper : componentMapper ;
3838
39- export const Components : Components ;
39+ export const Components : components ;
4040
4141export default componentMapper ;
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ export const rawComponents: RawComponents;
4242
4343declare const componentMapper : componentMapper ;
4444
45- export const Components : Components ;
45+ export const components : Components ;
4646
4747export default componentMapper ;
You can’t perform that action at this time.
0 commit comments