update feedback button

This commit is contained in:
Matthias Nannt
2023-02-09 10:25:21 +01:00
parent ad8d906429
commit 28245cf604
29 changed files with 103 additions and 1248 deletions
@@ -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",