fix: move leaflet from devDependencies to dependencies

Consumers need leaflet at runtime since it is imported by the
bundled output.
main
Buddy 3 months ago
parent 18db84e9a4
commit 6906505a53

@ -25,10 +25,11 @@
"author": "buddy", "author": "buddy",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"dependencies": {}, "dependencies": {
"leaflet": "1.9.4"
},
"devDependencies": { "devDependencies": {
"@types/leaflet": "1.9.21", "@types/leaflet": "1.9.21",
"leaflet": "1.9.4",
"@typescript-eslint/eslint-plugin": "8.60.1", "@typescript-eslint/eslint-plugin": "8.60.1",
"@typescript-eslint/parser": "8.60.1", "@typescript-eslint/parser": "8.60.1",
"esbuild": "^0.28.0", "esbuild": "^0.28.0",

Loading…
Cancel
Save