Skip to content

Commit

Permalink
fix: add module, update node
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Jun 19, 2024
1 parent ac18fde commit 299acb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "GeoStyler Style Parser implementation for OpenLayers styles",
"type": "module",
"main": "dist/OlStyleParser.js",
"module": "dist/OlStyleParser.js",
"types": "dist/OlStyleParser.d.ts",
"browser": "dist/olStyleParser.iife.js",
"files": [
Expand Down Expand Up @@ -77,7 +78,7 @@
"vite": "4.4.9"
},
"engines": {
"node": ">=18"
"node": ">=20.6.0"
},
"browserslist": [
">1%",
Expand Down

0 comments on commit 299acb8

Please sign in to comment.