Updated SDK to comply with mapbox v2.2.3. Improved README and demos.
Showing
This diff is collapsed.
demos/css/styles.css
0 → 100644
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"author": "CedarStudios", | "author": "CedarStudios", | ||
"name": "cedarmaps.js", | "name": "cedarmaps.js", | ||
"description": "CedarMaps javascript API built on top of mapbox.js", | "description": "CedarMaps javascript API built on top of mapbox.js", | ||
"version": "1.0.1", | "version": "1.1.0", | ||
"homepage": "http://www.cedarmaps.com/", | "homepage": "http://www.cedarmaps.com/", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -10,10 +10,11 @@ | ... | @@ -10,10 +10,11 @@ |
}, | }, | ||
"main": "src/index.js", | "main": "src/index.js", | ||
"dependencies": { | "dependencies": { | ||
"leaflet": "0.7.3", | |||
"mustache": "0.7.3", | |||
"corslite": "0.0.6", | "corslite": "0.0.6", | ||
"sanitize-caja": "0.1.2" | "isarray": "0.0.1", | ||
"leaflet": "0.7.7", | |||
"mustache": "0.7.3", | |||
"sanitize-caja": "0.1.3" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"browserify": "^6.3.2", | "browserify": "^6.3.2", | ||
... | ... |
Please
register
or
sign in
to comment