Skip to content

Commit

Permalink
move default export to last in pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tscanlin committed Apr 25, 2024
1 parent 1f7f578 commit b3fb4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"exports": {
".": {
"import": "./index.js",
"default": "./index.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"default": "./index.js"
},
"./styles.css": "./dist/styles.css",
"./tocbot.css": "./dist/tocbot.css",
Expand Down

0 comments on commit b3fb4a5

Please sign in to comment.