From be8159073de1863bc4b52b05de3f63b2fc326ab6 Mon Sep 17 00:00:00 2001 From: Simon Georget Date: Tue, 22 Aug 2023 08:32:02 +0200 Subject: [PATCH] nopm 2.1.0 - removing unwanted files --- package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0eb7ae1..0373b63 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }], "name": "geostats", "description": "A tiny and standalone javascript library for classification and basic statistics", - "version": "2.0.0", + "version": "2.1.0", "homepage": "https://github.com/simogeo/geostats", "keywords": [ "mapping", @@ -18,6 +18,15 @@ "statistics", "math" ], + "files": [ + "lib/", + "tests/", + "bower.json", + "changelog", + "readme.md", + "sample.html", + "sample_shp.html" + ], "bugs": { "url": "https://github.com/simogeo/geostats/issues" },