Skip to content

Commit

Permalink
Update Marker / Popup
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiHuebner committed Sep 15, 2023
1 parent 9ef97fa commit 2ccbf89
Show file tree
Hide file tree
Showing 13 changed files with 1,025 additions and 629 deletions.
22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"mapbox-gl",
"mapbox-gl-js",
"mapbox",
"maplibre",
"solidjs"
],
"license": "MIT",
Expand All @@ -39,7 +40,8 @@
"build": "rollup -c",
"watch": "rollup -c -w",
"pub": "rollup -c && npm version patch && npm publish",
"test": "vitest"
"test": "vitest",
"coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
Expand All @@ -52,19 +54,21 @@
"devDependencies": {
"@rollup/plugin-terser": "^0.4.3",
"@solidjs/testing-library": "^0.8.4",
"@types/mapbox-gl": "^2.7.13",
"@testing-library/jest-dom": "^6.1.3",
"@types/mapbox-gl": "^2.7.14",
"@vitest/coverage-v8": "^0.34.4",
"jsdom": "^22.1.0",
"mapbox-gl": "^2.15.0",
"rollup": "^3.29.0",
"rollup-plugin-import-css": "^3.3.1",
"jsdom-worker": "^0.3.0",
"rollup": "^3.29.1",
"rollup-plugin-import-css": "^3.3.3",
"rollup-preset-solid": "^2.0.1",
"solid-js": "^1.7.11",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"peerDependencies": {
"mapbox-gl": "^0.x || ^1.x || ^2.x"
"mapbox-gl": "*",
"solid-js": "*"
}
}
}
Loading

0 comments on commit 2ccbf89

Please sign in to comment.