Skip to content

Commit

Permalink
fix: package.json entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ste-xx committed Jul 29, 2024
1 parent 8fc93e8 commit c0f1df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"parser"
],
"type": "module",
"main": "dist/src/index.js",
"module": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf dist/*",
"build": "vite build",
Expand Down

0 comments on commit c0f1df5

Please sign in to comment.