Skip to content

Commit 9a9881a

Browse files
authored
build(presto-client): remove all dependencies (#9)
1 parent 74e0a35 commit 9a9881a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

presto-client/.swcrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
".*.js$"
99
],
1010
"jsc": {
11-
"externalHelpers": true,
11+
"externalHelpers": false,
1212
"keepClassNames": true,
1313
"loose": true,
1414
"parser": {

presto-client/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"name": "@prestodb/presto-js-client",
33
"version": "0.1.0",
4-
"dependencies": {
5-
"@swc/helpers": "~0.5.0"
6-
},
4+
"dependencies": {},
75
"type": "commonjs",
86
"main": "./src/index.js",
97
"typings": "./src/index.d.ts"

0 commit comments

Comments
 (0)