File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ - Changed: migrate to ECMAScript module.
6+
37## 0.7.0
48
59- Changed: bump ` ora ` to v9.
Original file line number Diff line number Diff line change 1919 ],
2020 "license" : " MIT" ,
2121 "author" : " stylelint" ,
22- "main" : " create-stylelint.mjs" ,
22+ "type" : " module" ,
23+ "exports" : " ./create-stylelint.mjs" ,
2324 "bin" : {
2425 "create-stylelint" : " ./create-stylelint.mjs"
2526 },
2627 "files" : [
28+ " create-stylelint.mjs" ,
2729 " src"
2830 ],
2931 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "target" : " ES2019" ,
4- "module" : " commonjs" ,
5- "lib" : [" ES2019" ],
3+ "module" : " NodeNext" ,
4+ "lib" : [" ESNext" ],
65 "allowJs" : true ,
76 "checkJs" : true ,
87 "noEmit" : true ,
You can’t perform that action at this time.
0 commit comments