Skip to content

Commit 81d5742

Browse files
committed
Release v0.1.{4, 5, 6} and fix package repo metadata
1 parent 0aff865 commit 81d5742

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.3",
2+
"version": "0.1.6",
33
"name": "trino-client",
44
"description": "Trino client library",
55
"author": {
@@ -12,8 +12,11 @@
1212
"trinodb",
1313
"client"
1414
],
15-
"repository": "regadas/trino-js-client",
16-
"homepage": "https://regadas.dev/trino-js-client/",
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/regadas/trino-js-client.git"
18+
},
19+
"homepage": "https://regadas.dev/trino-js-client",
1720
"bugs": {
1821
"url": "https://github.com/regadas/trino-js-client/issues"
1922
},

0 commit comments

Comments
 (0)