[Pkg-javascript-commits] [leaflet-markercluster] 401/479: get leaflet from npm rather than git.
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:01:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 768cb5b53345e664713ddf27e79a66cd4f08063d
Author: danzel <danzel at localhost.geek.nz>
Date: Mon Jul 1 09:35:16 2013 +1200
get leaflet from npm rather than git.
---
package.json | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 3b96841..bc9a02b 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "0.3.0",
"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet",
"dependencies": {
- "leaflet": "git://github.com/Leaflet/Leaflet.git#016f635616fa1df18744baa036cc0e67f94f6248"
+ "leaflet": "~0.6.2"
},
"devDependencies": {
"jshint": "~2.1.3",
@@ -17,9 +17,5 @@
"test": "jake test",
"prepublish": "jake"
},
- "repository": {
- "type": "git",
- "url": "git://github.com/Leaflet/Leaflet.markercluster.git"
- },
"keywords": ["gis", "map"]
}
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git
More information about the Pkg-javascript-commits
mailing list