update entrypoint in react package

This commit is contained in:
Matthias Nannt
2022-11-17 09:27:20 +01:00
parent f575e41063
commit b631ee9c11
+2 -2
View File
@@ -1,13 +1,13 @@
{
"name": "@formbricks/react",
"version": "0.0.3",
"version": "0.0.4",
"author": "Formbricks <hola@formbricks.com>",
"description": "Building React forms has never been quicker.",
"homepage": "https://formbricks.com",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist",
".": "./dist/index.js",
"./styles.css": "./dist/styles.css"
},
"license": "MIT",