Skip to content

Commit

Permalink
cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Nov 27, 2024
1 parent 29a3315 commit b285c75
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 606 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
],
"type": "module",
"scripts": {
"docs": "run-s docs-modes-life-cycle docs-modes-get-and-set",
"docs-modes-get-and-set": "documentation readme --readme-file ./docs/MODES.md -s \"Setters and Getters\" src/modes/mode_interface_accessors.js --shallow",
"docs-modes-life-cycle": "documentation readme --readme-file ./docs/MODES.md -s \"Life Cycle Functions\" src/modes/mode_interface.js --shallow",
"lint": "biome lint .",
"format": "biome format --write",
"test": "node --experimental-strip-types --test --import ./test/mock-browser.ts",
Expand All @@ -40,7 +37,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@mapbox/cloudfriend": "^8.2.0",
"@mapbox/mapbox-gl-geocoder": "^5.0.3",
"@maplibre/maplibre-gl-geocoder": "^1.7.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
Expand Down
Loading

0 comments on commit b285c75

Please sign in to comment.