From 65c7450da6b2cfe13383b3ca0c9bbdaf71a97c64 Mon Sep 17 00:00:00 2001 From: Fabrizio Corallini Date: Wed, 12 Jun 2024 10:59:39 +0200 Subject: [PATCH 1/2] Added geostat.min.js https://github.com/simogeo/geostats --- packages/g/geostats.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/g/geostats.json diff --git a/packages/g/geostats.json b/packages/g/geostats.json new file mode 100644 index 000000000..7a285d98b --- /dev/null +++ b/packages/g/geostats.json @@ -0,0 +1,20 @@ +{ + "name": "geostats", + "filename": "geostats.min.js", + "description": "Geostats is a standalone JavaScript library for statistical classification.", + "homepage": "https://github.com/simogeo/geostats", + "keywords": [ + "gis", + "geospatial", + "geostats", + "map", + "classification", + "statistics" + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/simogeo/geostats" + } +} + From 3b5dc563e5b8f15ca0be17fd6ff76561fb8361e4 Mon Sep 17 00:00:00 2001 From: Fabrizio Corallini Date: Fri, 21 Jun 2024 17:55:37 +0200 Subject: [PATCH 2/2] fix autoupdate --- packages/g/geostats.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages/g/geostats.json b/packages/g/geostats.json index 7a285d98b..b9432a81b 100644 --- a/packages/g/geostats.json +++ b/packages/g/geostats.json @@ -12,9 +12,26 @@ "statistics" ], "license": "MIT", + "autoupdate": { + "source": "git", + "target": "git://github.com/simogeo/geostats.git", + "fileMap": [ + { + "basePath": "lib", + "files": [ + "geostats*" + ] + } + ] + }, "repository": { "type": "git", "url": "https://github.com/simogeo/geostats" - } + }, + "authors": [ + { + "name": "Simon Georget" + } + ] }