[Pkg-javascript-commits] [leaflet] 139/301: Changed main module file to use un-minified version.

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 22:22:47 UTC 2014


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

js pushed a commit to branch master
in repository leaflet.

commit 5434e81c4e37fb15dd28d2a706970e3887a06e83
Author: Christopher Fredén <c.freden at gmail.com>
Date:   Sun Oct 20 16:57:46 2013 +0200

    Changed main module file to use un-minified version.
    
    This makes the debugging process easier and also makes it possible to choose your own minifier when using browserify or similar bundlers.
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 6551423..94c3ed0 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
     "jake": "~0.7.2",
     "karma-mocha": "~0.1.0"
   },
-  "main": "dist/leaflet.js",
+  "main": "dist/leaflet-src.js",
   "scripts": {
     "test": "jake test",
     "prepublish": "jake"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git



More information about the Pkg-javascript-commits mailing list