Skip to content

Commit

Permalink
add types exports to fixed#86
Browse files Browse the repository at this point in the history
  • Loading branch information
wxy committed May 19, 2023
1 parent d659484 commit e7b781a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "element-china-area-data",
"private": false,
"version": "6.0.1",
"version": "6.0.2",
"main": "./dist/element-china-area-data.cjs",
"module": "./dist/element-china-area-data.mjs",
"types": "./dist/element-china-area-data.d.ts",
"exports": {
".": {
"require": "./dist/element-china-area-data.cjs",
"import": "./dist/element-china-area-data.mjs"
"import": "./dist/element-china-area-data.mjs",
"types": "./dist/element-china-area-data.d.ts"
}
},
"repository": {
Expand Down

0 comments on commit e7b781a

Please sign in to comment.