Skip to content

Commit

Permalink
fix: ranui type
Browse files Browse the repository at this point in the history
  • Loading branch information
ranzhouhang committed Oct 24, 2024
1 parent 3f13f95 commit 80b1097
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/ranui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ranui",
"version": "0.1.10-alpha.18",
"version": "0.1.10-alpha.19",
"description": "UI Component library based on `Web Component`",
"main": "dist/umd/index.umd.cjs",
"module": "dist/index.js",
Expand Down Expand Up @@ -170,6 +170,11 @@
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./typings": {
"types": "./dist/typings.d.ts",
"import": "./dist/typings.d.ts",
"require": "./dist/index.js"
},
"./dist/*": {
"types": "./dist/*",
"import": "./dist/*",
Expand Down

0 comments on commit 80b1097

Please sign in to comment.