mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-23 21:59:28 -05:00
update feedback button
This commit is contained in:
@@ -9,8 +9,10 @@
|
||||
"type": "module",
|
||||
"license": "Apache-2.0",
|
||||
"exports": {
|
||||
".": "./dist"
|
||||
"require": "./dist/index.cjs",
|
||||
"default": "./dist/index.modern.js"
|
||||
},
|
||||
"module": "./dist/index.module.js",
|
||||
"scripts": {
|
||||
"build": "node ./html-to-ts && microbundle --define process.env.NODE_ENV=production",
|
||||
"dev": "node ./html-to-ts && microbundle watch --define process.env.NODE_ENV=production",
|
||||
Reference in New Issue
Block a user