Skip to content

Commit 76b1bef

Browse files
committed
browser tls false, fix #90
1 parent ee463e5 commit 76b1bef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlitecloud/drivers",
3-
"version": "1.0.157",
3+
"version": "1.0.178",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -87,5 +87,8 @@
8787
"trailingComma": "none",
8888
"arrowParens": "avoid",
8989
"printWidth": 160
90+
},
91+
"browser": {
92+
"tls": false
9093
}
9194
}

0 commit comments

Comments
 (0)