File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1010 fail-fast : false
1111 matrix :
1212 node-version :
13+ - 24
14+ - 22
1315 - 20
14- - 18
1516 steps :
1617 - uses : actions/checkout@v4
1718 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1- import htmlTags from './html-tags.json' with { type : 'json' } ;
2- import voidHtmlTags from './html-tags-void.json' with { type : 'json' } ;
31
4- export default htmlTags ;
5- export { voidHtmlTags } ;
2+ export { default } from './html-tags.json' with { type: 'json' } ;
3+ export { default as voidHtmlTags } from './html-tags-void.json' with { type: 'json' } ;
Original file line number Diff line number Diff line change 1717 },
1818 "sideEffects" : false ,
1919 "engines" : {
20- "node" : " >=18.20 "
20+ "node" : " >=20.10 "
2121 },
2222 "scripts" : {
23- "//test" : " xo && ava" ,
24- "test" : " ava" ,
23+ "test" : " xo && ava" ,
2524 "build" : " node scripts/build.js"
2625 },
2726 "files" : [
4443 " self-closing"
4544 ],
4645 "devDependencies" : {
47- "ava" : " ^6.1.2 " ,
46+ "ava" : " ^6.3.0 " ,
4847 "cheerio" : " ^1.0.0" ,
49- "xo" : " ^0.60.0 "
48+ "xo" : " ^0.61.0-2 "
5049 }
5150}
You can’t perform that action at this time.
0 commit comments