File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1313 "collection" : " dist/collection/collection-manifest.json" ,
1414 "collection:main" : " dist/collection/index.js" ,
1515 "scripts" : {
16- "build" : " npm run lint.ts && npm run build.icon && npm run generate && npm run build.css && npm run copy.tasks && npm run test && npm run build.data " ,
16+ "build" : " npm run lint.ts && npm run build.data && npm run build.icon && npm run generate && npm run build.css && npm run copy.tasks && npm run test " ,
1717 "build.css" : " node scripts/build-css.js" ,
1818 "build.data" : " node scripts/data.js" ,
1919 "build.icon" : " stencil build" ,
3232 "test" : " stencil test --spec"
3333 },
3434 "devDependencies" : {
35- "@stencil/core" : " 1.1.6 " ,
35+ "@stencil/core" : " 1.3.0 " ,
3636 "@stencil/sass" : " ^1.0.1" ,
3737 "@types/highlight.js" : " ^9.12.3" ,
3838 "@types/jest" : " 24.0.13" ,
Original file line number Diff line number Diff line change 11import { setMode } from '@stencil/core' ;
22
3- setMode ( ( el : any ) => el . tagName === 'ION-ICON' ? el . mode || el . getAttribute ( 'mode' ) : null ) ;
3+ export default ( ) => {
4+ setMode ( ( el : any ) => el . tagName === 'ION-ICON' ? el . mode || el . getAttribute ( 'mode' ) : null ) ;
5+ } ;
You can’t perform that action at this time.
0 commit comments