Skip to content

Commit

Permalink
fix: fix the issue of incorrect entry reference caused by the unspeci…
Browse files Browse the repository at this point in the history
…fied type in package.json.#338
  • Loading branch information
mirari committed Sep 26, 2024
1 parent 04477a3 commit f493490
Show file tree
Hide file tree
Showing 3 changed files with 3,199 additions and 2,581 deletions.
File renamed without changes.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
"module": "./dist/index.mjs",
"unpkg": "./dist/index.umd.js",
"types": "./types/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./types/index.d.js",
"import": "./dist/index.mjs",
"require": "./dist/index.umd.js"
}
},
"files": [
"dist",
"types",
Expand Down Expand Up @@ -60,7 +68,7 @@
"bulma": "^0.9.4",
"eslint": "^8.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"lint-staged": "^15.2.10",
"sass": "^1.55.0",
"standard-version": "^9.5.0",
"typescript": "^4.6.4",
Expand Down
Loading

0 comments on commit f493490

Please sign in to comment.