From ecfced137aa6289b28c3a04ca6e3d6ca33a3a32e Mon Sep 17 00:00:00 2001 From: Vojta Tomas Date: Sat, 10 Jun 2023 15:55:21 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46936e5..7f90564 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SHP.ts 🗺️ +# shp.ts 🗺️ TypeScript package for loading Esri Shapefiles, primary developed for for WebGL applications From 2bdca5cd6122376b617e6d86ff21cf2f5eb7fa00 Mon Sep 17 00:00:00 2001 From: Vojta Tomas Date: Thu, 15 Jun 2023 16:20:17 +0200 Subject: [PATCH 2/3] updated keywords --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fa11541..1f1caa4 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,14 @@ "type": "module", "repository": { "type": "git", - "url": "https://github.com/vojtatom/shpts" + "url": "https://github.com/vojtatom/shp.ts" }, "keywords": [ - "metacity", - "visualization", "shapefile", - "esri" + "esri", + "shp", + "shx", + "dbf" ], "author": { "name": "Vojtěch Tomas", From b6ea048f43811f0cfb1f58c0b08d25c6237b7bdc Mon Sep 17 00:00:00 2001 From: Vojta Tomas Date: Fri, 16 Jun 2023 13:46:43 +0200 Subject: [PATCH 3/3] Version up --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f1caa4..177e495 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shpts", "private": false, - "version": "1.0.6", + "version": "1.0.7", "type": "module", "repository": { "type": "git",