diff --git a/map.js b/map.js index 1129b43..1eae719 100644 --- a/map.js +++ b/map.js @@ -19,7 +19,7 @@ Maps.prototype.create = function (model, dom, options) { var canvasTiles = L.tileLayer.canvas(); - canvasTiles.drawTile = function(canvas, tilePoint, zoom) { + canvasTiles.drawTile = function (canvas, tilePoint, zoom) { var ctx = canvas.getContext('2d'); }; diff --git a/package.json b/package.json index bfb245d..bd28845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d-mapbox", - "version": "0.0.2", + "version": "0.0.3", "description": "Map component for Derby", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -16,7 +16,7 @@ "devDependencies": {}, "repository": { "type": "git", - "url": "git://github.com/derbyparty/derby-mapbox.git" + "url": "git://github.com/derbyparty/d-mapbox.git" }, "keywords": [ "derby", @@ -28,7 +28,7 @@ "license": "MIT", "readmeFilename": "README.md", "bugs": { - "url": "https://github.com/derbyparty/derby-mapbox/issues" + "url": "https://github.com/derbyparty/d-mapbox/issues" }, "engines": { "node": "0.10.x"