Skip to content

Commit

Permalink
Fix git repository urls
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpods committed Jan 24, 2015
1 parent 5ed4087 commit 68a0390
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
"description": "Binary search tree",
"repository": {
"type": "git",
"url": "git://github.com/alexpods/node-bin-search-tree.git"
"url": "git://github.com/alexpods/bin-search-tree.git"
},
"homepage": "https://github.com/alexpods/node-bin-search-tree",
"homepage": "https://github.com/alexpods/bin-search-tree",
"main": "dist/Tree.js",
"keywords": [
"binary search tree",
"binary tree",
"data structure",
"tree",
"binary",
"search",
"tree",
"data structure",
"structure",
"bst",
"bin search tree",
Expand All @@ -26,7 +27,7 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alexpods/node-bin-search-tree/issues"
"url": "https://github.com/alexpods/bin-search-tree/issues"
},
"devDependencies": {
"benchmark": "^1.0.0",
Expand All @@ -41,7 +42,7 @@
"sweet.js": "^0.7.3"
},
"scripts": {
"test": "mocha tests",
"test": "mocha tests",
"build": "gulp build"
}
}

0 comments on commit 68a0390

Please sign in to comment.