From 733e3f355a5ab618b03ae2eeb0b3fed3eb54aeea Mon Sep 17 00:00:00 2001 From: Maksim Shtyr Date: Mon, 23 Oct 2023 15:28:32 +0300 Subject: [PATCH] New version 0.0.4 --- README.md | 5 ++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5a82560..b4f92ff 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,8 @@ By default, we do not center the image and do not generate empty tiles. If you n The utility also generates a `params.json` file with presets for correct display of your image on a map. You can see an [example](https://github.com/mappable-world/mappable-tiles-generator/blob/main/example/vanilla.html) of using this utility with [@mappable-world/mappable-cartesian-projection](https://github.com/mappable-world/mappable-cartesian-projection) package. -> **_NOTE:_** -> -> For more information on how to run the examples locally, please see the [CONTRIBUTING.md](https://github.com/mappable-world/mappable-tiles-generator/blob/main/CONTRIBUTING.md#examples) +**_NOTE:_** +For more information on how to run the examples locally, please see the [CONTRIBUTING.md](https://github.com/mappable-world/mappable-tiles-generator/blob/main/CONTRIBUTING.md#examples) ## Install diff --git a/package-lock.json b/package-lock.json index 3773fb3..59ccd75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mappable-world/mappable-tiles-generator", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mappable-world/mappable-tiles-generator", - "version": "0.0.3", + "version": "0.0.4", "license": "Apache-2", "dependencies": { "@mappable-world/mappable-types": "^0.0.10", diff --git a/package.json b/package.json index 00687bc..37cd963 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.3", + "version": "0.0.4", "name": "@mappable-world/mappable-tiles-generator", "description": "Mappable Maps JS API 3.0 Tile generator CLI utility", "types": "./dist/index.d.ts",