From d9f9829a735d790012a5e1381881c19042e0ee02 Mon Sep 17 00:00:00 2001 From: Chaim Krause Date: Thu, 26 Sep 2019 10:35:09 -0500 Subject: [PATCH] Housekeeping --- .gitignore | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3a8cd84..c6ed534 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ node_modules/ dist/ .DS_Store -leaflet-copy-coordinates-control-0.1.5.tgz diff --git a/package.json b/package.json index 4246ad3..17d97f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leaflet-copy-coordinates-control", - "version": "0.1.5", + "version": "0.1.6", "description": "Works with Leaflet to capture mouseclicks on a map and display the associated coordinates with an easy way to copy them.", "main": "dist/Control.Coordinates.min.js", "scripts": {