Skip to content

Commit

Permalink
use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Nov 21, 2024
1 parent 14f71fc commit b46f8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples/maplibre-gl-draw.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</div>

<script type="module">
import {MapLibreDraw} from 'https://esm.sh/jsr/@birkskyum/maplibre-gl-draw@2.0.6';
import {MapLibreDraw} from 'https://esm.sh/jsr/@birkskyum/maplibre-gl-draw@^2';
MapLibreDraw.constants.classes.CONTROL_BASE = 'maplibregl-ctrl';
MapLibreDraw.constants.classes.CONTROL_PREFIX = 'maplibregl-ctrl-';
MapLibreDraw.constants.classes.CONTROL_GROUP = 'maplibregl-ctrl-group';
Expand Down

0 comments on commit b46f8d8

Please sign in to comment.