Skip to content

Commit 2122926

Browse files
committed
Fixed github URLs
1 parent 7dde0f9 commit 2122926

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
},
4040
"repository": {
4141
"type": "git",
42-
"url": "https://github.com/arangodb/arangodbjs.git"
42+
"url": "https://github.com/arangodb/arangojs.git"
4343
},
4444
"author": "Alan Plum <[email protected]>",
4545
"license": "APACHE-2.0",
4646
"bugs": {
47-
"url": "https://github.com/arangodb/arangodbjs/issues"
47+
"url": "https://github.com/arangodb/arangojs/issues"
4848
},
49-
"homepage": "https://github.com/arangodb/arangodbjs",
49+
"homepage": "https://github.com/arangodb/arangojs",
5050
"devDependencies": {
5151
"async": "^0.9.0",
5252
"browserify": "^7.0.2",

0 commit comments

Comments
 (0)