Skip to content

Commit

Permalink
fix: add oldschool main and module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptcoded committed Nov 2, 2024
1 parent fb50f15 commit c38cc76
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["./dist"],
"scripts": {
"dev": "vite",
"build": "tsup",
Expand Down

0 comments on commit c38cc76

Please sign in to comment.