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:
parent
f73becca22
commit
5434e81c4e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user