Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Nov 21, 2024
1 parent 883a4d5 commit 46048d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Adds support for drawing and editing features on
[maplibre-gl.js](https://maplibre.org/maplibre-gl-js/docs/) maps.

**Requires [maplibre-gl-js](https://github.com/birkskyum/maplibre-gl-js).**
**Requires [maplibre-gl-js](https://github.com/maplibre/maplibre-gl-js).**

**If you are developing with `maplibre-gl-draw`, see
[API.md](https://github.com/birkskyum/maplibre-gl-draw/blob/main/docs/API.md) for
Expand Down
1 change: 0 additions & 1 deletion bench/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default {
}),
commonjs({
// global keyword handling causes Webpack compatibility issues, so we disabled it:
// https://github.com/birkskyum/maplibre-gl-js/pull/6956
ignoreGlobal: true,
}),
typescript({
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@birkskyum/maplibre-gl-draw",
"version": "2.0.11",
"version": "2.0.12",
"license": "ISC",
"exports": "./src/index.ts",
"compilerOptions": {
Expand Down

0 comments on commit 46048d6

Please sign in to comment.