🐛 Improve bot libs mount in prod env
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@typebot.io/js",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7",
|
||||
"description": "Javascript library to display typebots on your website",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"dev": "rollup --watch --config rollup.config.js",
|
||||
"build": "rollup --config rollup.config.js && rm -rf dist/dts",
|
||||
"build": "rollup --config rollup.config.js",
|
||||
"lint": "eslint --fix \"src/**/*.ts*\""
|
||||
},
|
||||
"license": "MIT",
|
||||
@ -31,7 +31,6 @@
|
||||
"postcss": "8.4.21",
|
||||
"react": "18.2.0",
|
||||
"rollup": "3.12.0",
|
||||
"rollup-plugin-dts": "5.1.1",
|
||||
"rollup-plugin-postcss": "4.0.2",
|
||||
"rollup-plugin-typescript-paths": "^1.4.0",
|
||||
"tailwindcss": "3.2.4",
|
||||
|
Reference in New Issue
Block a user