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.
This commit is contained in:
Christopher Fredén 2013-10-20 16:57:46 +02:00
parent f73becca22
commit 5434e81c4e

View File

@ -11,7 +11,7 @@
"jake": "~0.7.2", "jake": "~0.7.2",
"karma-mocha": "~0.1.0" "karma-mocha": "~0.1.0"
}, },
"main": "dist/leaflet.js", "main": "dist/leaflet-src.js",
"scripts": { "scripts": {
"test": "jake test", "test": "jake test",
"prepublish": "jake" "prepublish": "jake"