From 46199d2f8a4e9148f2dc8b7c8520e81d7b287e30 Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 14 Jun 2019 15:49:30 +0800 Subject: [PATCH] #13 Fix package.json with name, version, description --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 495ace6..0e92e62 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,8 @@ { + "name": "leaflet-zoomhome", + "version": "0.2.0", + "description": "A Leaflet zoom control with a home button for resetting the view.", + "main": "dist/leaflet.zoomhome.js", "devDependencies": { "chai": "4.1.2", "grunt": "~0.4.5",