diff --git a/README.md b/README.md index 2649a84..3bce3b7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bench/rollup.config.js b/bench/rollup.config.js index e2ab33a..ab08139 100644 --- a/bench/rollup.config.js +++ b/bench/rollup.config.js @@ -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({ diff --git a/deno.json b/deno.json index 00f827d..33a84be 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@birkskyum/maplibre-gl-draw", - "version": "2.0.11", + "version": "2.0.12", "license": "ISC", "exports": "./src/index.ts", "compilerOptions": {