2
0

🚑 (typebot-js) Fix 404 unpkg entrypoint

This commit is contained in:
Baptiste Arnaud
2022-11-10 07:20:49 +01:00
parent 8ab67b7580
commit 92147c315f

View File

@ -1,8 +1,8 @@
{
"name": "typebot-js",
"version": "2.2.11",
"version": "2.2.12",
"main": "dist/index.js",
"unpkg": "dist/index.umd.min.js",
"unpkg": "dist/index.global.js",
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "tsup --watch",