Skip to content

Commit

Permalink
fix repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarm committed Jul 22, 2014
1 parent 750a1a8 commit 2411de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion map.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
};

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 2411de8

Please sign in to comment.