[Pkg-javascript-commits] [leaflet-markercluster] 53/128: Replaced `dependencies` by `peerDependencies`

Jonas Smedegaard dr at jones.dk
Sun Apr 16 06:26:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet-markercluster.

commit cc7aea0cc8e6cc225503d8ca822c03d721419dc3
Author: ghybs <ghybs at users.noreply.github.com>
Date:   Sat Apr 2 13:44:07 2016 +0400

    Replaced `dependencies` by `peerDependencies`
    
    in `package.json` to specify the Leaflet version for which Leaflet.markercluster is compatible with, following issue #639.
    
    `peerDependencies` as described in https://docs.npmjs.com/files/package.json#peerdependencies
    
    Maybe take the opportunity to loosen the Leaflet version?
    And also to change the Leaflet.markercluster version?
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index feea1e3..d9b4727 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
 	"repository": "https://github.com/Leaflet/Leaflet.markercluster",
 	"version": "0.4.0",
 	"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet",
-	"dependencies": {
+	"peerDependencies": {
 		"leaflet": "~1.0.0-beta.2"
 	},
 	"devDependencies": {

-- 
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