Skip to content

Commit 60e2070

Browse files
committed
Release v0.2.1
1 parent ed62126 commit 60e2070

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
{
2-
"version": "0.2.0",
2+
"version": "0.2.1",
33
"name": "trino-client",
44
"description": "Trino client library",
55
"author": {
66
"name": "Filipe Regadas",
77
"email": "[email protected]",
88
"url": "https://regadas.dev"
99
},
10-
"keywords": [
11-
"trino",
12-
"trinodb",
13-
"client"
14-
],
10+
"keywords": ["trino", "trinodb", "client"],
1511
"repository": {
1612
"type": "git",
1713
"url": "https://github.com/regadas/trino-js-client.git"
@@ -24,9 +20,7 @@
2420
"types": "dist/index.d.ts",
2521
"packageManager": "[email protected]",
2622
"license": "MIT",
27-
"files": [
28-
"dist"
29-
],
23+
"files": ["dist"],
3024
"devDependencies": {
3125
"@types/jest": "^28.1.4",
3226
"@types/node": "^18.6.5",

0 commit comments

Comments
 (0)