Skip to content

Commit

Permalink
Added default export
Browse files Browse the repository at this point in the history
  • Loading branch information
rogueyoshi committed Oct 30, 2022
1 parent ee8adc9 commit be5fc83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@
"bugs": {
"url": "https://github.com/rogueyoshi/dbfz-css/issues"
},
"homepage": "https://github.com/rogueyoshi/dbfz-css#readme"
"homepage": "https://github.com/rogueyoshi/dbfz-css#readme",
"exports": {
"./dist/index.css": {
"import": "./index.css",
"require": "./index.css"
}
}
}

0 comments on commit be5fc83

Please sign in to comment.