Skip to content

Commit

Permalink
fix: 修改包入口,语法降级为 es5
Browse files Browse the repository at this point in the history
  • Loading branch information
kmq116 committed Nov 25, 2024
1 parent 5e3de49 commit cd96d29
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 210 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zrender-geo-converter",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"packageManager": "[email protected]",
"description": "_description_",
"author": "kmq116 <[email protected]>",
Expand All @@ -21,7 +21,7 @@
"require": "./dist/index.js"
}
},
"main": "./dist/index.mjs",
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"typesVersions": {
"*": {
Expand All @@ -44,6 +44,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@swc/core": "^1.9.3",
"@turf/turf": "^7.1.0",
"geojson": "^0.5.0",
"tsup": "^8.3.5"
Expand Down
Loading

0 comments on commit cd96d29

Please sign in to comment.