Skip to content

Commit

Permalink
Update issue links
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Nov 28, 2013
1 parent c64656d commit 3d90a3e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Expand Up @@ -10,19 +10,22 @@
"version": "0.0.1",
"main": "lib/geohasher",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/JacksonTian/geohash-js.git"
"url": "git://github.com/JacksonTian/geohasher.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/JacksonTian/geohash-js/issues"
"url": "https://github.com/JacksonTian/geohasher/issues"
},
"homepage": "https://github.com/JacksonTian/geohash-js"
"homepage": "https://github.com/JacksonTian/geohasher",
"dependencies": {},
"devDependencies": {
"mocha": "~1.14.0"
}
}

0 comments on commit 3d90a3e

Please sign in to comment.