Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Mar 3, 2023
1 parent ed62126 commit 60e2070
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"version": "0.2.0",
"version": "0.2.1",
"name": "trino-client",
"description": "Trino client library",
"author": {
"name": "Filipe Regadas",
"email": "[email protected]",
"url": "https://regadas.dev"
},
"keywords": [
"trino",
"trinodb",
"client"
],
"keywords": ["trino", "trinodb", "client"],
"repository": {
"type": "git",
"url": "https://github.com/regadas/trino-js-client.git"
Expand All @@ -24,9 +20,7 @@
"types": "dist/index.d.ts",
"packageManager": "[email protected]",
"license": "MIT",
"files": [
"dist"
],
"files": ["dist"],
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/node": "^18.6.5",
Expand Down

0 comments on commit 60e2070

Please sign in to comment.