Skip to content

Commit d5ac6b6

Browse files
committed
add repo & update description to package.json
1 parent 563d5cd commit d5ac6b6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
22
"name": "hyper-graph-db",
33
"version": "0.0.1",
4-
"description": "",
4+
"description": "A distributed graph database built upon hyperdb.",
55
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/e-e-e/hyper-graph-db.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/e-e-e/hyper-graph-db/issues"
12+
},
613
"dependencies": {
714
"hyperdb": "^2.0.0",
815
"readable-stream": "^2.3.3",

0 commit comments

Comments
 (0)