diff --git a/package.json b/package.json index 5190865c..49520a6d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.0", + "version": "0.2.1", "name": "trino-client", "description": "Trino client library", "author": { @@ -7,11 +7,7 @@ "email": "oss@regadas.email", "url": "https://regadas.dev" }, - "keywords": [ - "trino", - "trinodb", - "client" - ], + "keywords": ["trino", "trinodb", "client"], "repository": { "type": "git", "url": "https://github.com/regadas/trino-js-client.git" @@ -24,9 +20,7 @@ "types": "dist/index.d.ts", "packageManager": "yarn@3.2.1", "license": "MIT", - "files": [ - "dist" - ], + "files": ["dist"], "devDependencies": { "@types/jest": "^28.1.4", "@types/node": "^18.6.5",