Adding repository field to package.json

This commit is contained in:
Steve Willard
2015-06-02 13:59:29 -04:00
parent 9f975fa0a9
commit 732ad45675
+2 -1
View File
@@ -1,5 +1,6 @@
{ {
"name": "leaflet.markercluster", "name": "leaflet.markercluster",
"repository": "https://github.com/Leaflet/Leaflet.markercluster",
"version": "0.4.0", "version": "0.4.0",
"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet", "description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet",
"dependencies": { "dependencies": {
@@ -18,4 +19,4 @@
"prepublish": "jake" "prepublish": "jake"
}, },
"keywords": ["gis", "map"] "keywords": ["gis", "map"]
} }