We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aff865 commit 81d5742Copy full SHA for 81d5742
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.1.3",
+ "version": "0.1.6",
3
"name": "trino-client",
4
"description": "Trino client library",
5
"author": {
@@ -12,8 +12,11 @@
12
"trinodb",
13
"client"
14
],
15
- "repository": "regadas/trino-js-client",
16
- "homepage": "https://regadas.dev/trino-js-client/",
+ "repository": {
+ "type": "git",
17
+ "url": "https://github.com/regadas/trino-js-client.git"
18
+ },
19
+ "homepage": "https://regadas.dev/trino-js-client",
20
"bugs": {
21
"url": "https://github.com/regadas/trino-js-client/issues"
22
},
0 commit comments