Skip to content

Commit

Permalink
Merge pull request #42 from binary-butterfly/fix-css-export
Browse files Browse the repository at this point in the history
Fix css export
  • Loading branch information
DysphoricUnicorn authored Dec 1, 2024
2 parents c6233f9 + 4b353ba commit a958cfd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-butterfly-map",
"version": "1.0.0-rc1",
"version": "1.0.0-rc2",
"license": "MIT",
"private": false,
"main": "dist/reactButterflyMap.umd.cjs",
Expand All @@ -10,6 +10,10 @@
".": {
"import": "./dist/reactButterflyMap.js",
"require": "./dist/reactButterflyMap.umd.cjs"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"files": [
Expand Down

0 comments on commit a958cfd

Please sign in to comment.