update package json of js widget

This commit is contained in:
Matthias Nannt
2023-04-12 13:17:06 +02:00
parent 08229c1761
commit 76a4d49c2d
+7 -2
View File
@@ -1,7 +1,12 @@
{
"name": "@formbricks/js",
"version": "0.1.7",
"description": "",
"version": "0.1.8",
"description": "Formbricks-js allows you to connect your app to Formbricks, display surveys and trigger events.",
"keywords": [
"Formbricks",
"surveys",
"experience management"
],
"source": "src/index.ts",
"main": "./dist/index.js",
"module": "./dist/index.module.js",