Skip to content

Commit

Permalink
Fix asset package for mapbox and maplibre
Browse files Browse the repository at this point in the history
  • Loading branch information
markaspot committed Dec 7, 2023
1 parent c4a335f commit c7182dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
{
"type": "package",
"package": {
"name": "mapbox/mapbox-gl-js",
"name": "mapbox/mapbox-gl",
"type": "drupal-library",
"version": "3.0.0",
"dist": {
"url": "https://github.com/markaspot/mark-a-spot/releases/download/10.6.0-alpha.1/mapbox-gl.zip",
"url": "https://github.com/markaspot/mark-a-spot/releases/download/10.6.0-beta.2/mapbox-gl.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "maplibre/maplibre-gl-js",
"name": "maplibre/maplibre-gl",
"type": "drupal-library",
"version": "3.6.2",
"dist": {
"url": "https://github.com/markaspot/mark-a-spot/releases/download/10.6.0-alpha.1/maplibre-gl.zip",
"url": "https://github.com/markaspot/mark-a-spot/releases/download/10.6.0-beta.2/maplibre-gl.zip",
"type": "zip"
}
}
Expand Down Expand Up @@ -70,8 +70,8 @@
"drupal/views_data_export": "^1.0",
"drupal/xls_serialization": "^1.2",
"drush/drush": "11.5",
"mapbox/mapbox-gl-js": "3.0.0",
"maplibre/maplibre-gl-js": "3.6.2",
"mapbox/mapbox-gl": "3.0.0",
"maplibre/maplibre-gl": "3.6.2",
"markaspot/markaspot": "dev-10.6.x-dev",
"vlucas/phpdotenv": "^2.4",
"webflo/drupal-finder": "^1.0.0",
Expand Down

0 comments on commit c7182dd

Please sign in to comment.