Skip to content

Commit 5a51beb

Browse files
committed
bump: v
1 parent 858fdda commit 5a51beb

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hp4k1h5/aqlquerybuilder.js",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"license": "MIT",
55
"main": "./built/index.js",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"homepage": "https://github.com/HP4k1h5/AQLqueryBuilder.js",
1212
"repository": {
1313
"type": "git",
14-
"url": "git@github.com:HP4k1h5/AQLqueryBuilder.js.git"
14+
"url": "git+ssh://git@github.com/HP4k1h5/AQLqueryBuilder.js.git"
1515
},
1616
"description": "a typescript query builder for the Arango Query Language (AQL) via ArangoSearch",
1717
"keywords": [
@@ -39,5 +39,12 @@
3939
"typescript": "^3.9.5"
4040
},
4141
"author": "HP4k1h5",
42-
"email": "robertwalks@gmail.com"
42+
"email": "robertwalks@gmail.com",
43+
"bugs": {
44+
"url": "https://github.com/HP4k1h5/AQLqueryBuilder.js/issues"
45+
},
46+
"directories": {
47+
"doc": "docs",
48+
"test": "tests"
49+
}
4350
}

0 commit comments

Comments
 (0)