Skip to content

Commit 68a0390

Browse files
committed
Fix git repository urls
1 parent 5ed4087 commit 68a0390

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
"description": "Binary search tree",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/alexpods/node-bin-search-tree.git"
7+
"url": "git://github.com/alexpods/bin-search-tree.git"
88
},
9-
"homepage": "https://github.com/alexpods/node-bin-search-tree",
9+
"homepage": "https://github.com/alexpods/bin-search-tree",
1010
"main": "dist/Tree.js",
1111
"keywords": [
1212
"binary search tree",
1313
"binary tree",
14-
"data structure",
15-
"tree",
14+
"binary",
1615
"search",
16+
"tree",
17+
"data structure",
1718
"structure",
1819
"bst",
1920
"bin search tree",
@@ -26,7 +27,7 @@
2627
},
2728
"license": "MIT",
2829
"bugs": {
29-
"url": "https://github.com/alexpods/node-bin-search-tree/issues"
30+
"url": "https://github.com/alexpods/bin-search-tree/issues"
3031
},
3132
"devDependencies": {
3233
"benchmark": "^1.0.0",
@@ -41,7 +42,7 @@
4142
"sweet.js": "^0.7.3"
4243
},
4344
"scripts": {
44-
"test": "mocha tests",
45+
"test": "mocha tests",
4546
"build": "gulp build"
4647
}
4748
}

0 commit comments

Comments
 (0)