Quick fix for import() not being available

This commit is contained in:
MrMasrozYTLIVE 2024-07-12 22:52:47 +03:00
parent 2bd41645db
commit ddf4c4910a

View File

@ -1,8 +1,9 @@
{ {
"name": "linkup-bot-lib", "name": "linkup-bot-lib",
"version": "1.2", "version": "1.2.1",
"main": "lib/Client.js", "main": "lib/Client.js",
"types": "lib/*.ts", "types": "lib/*.ts",
"type": "module",
"scripts": { "scripts": {
"prepublishOnly": "typedoc", "prepublishOnly": "typedoc",
"build": "typedoc" "build": "typedoc"