We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778b27b commit 67e94d1Copy full SHA for 67e94d1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uwlajs/vue-form-builder",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Vue plugin that generates beautiful forms from declarative rules",
5
"license": "MIT",
6
"author": "uwla",
@@ -13,6 +13,7 @@
13
},
14
"main": "./dist/vue-form-builder.cjs",
15
"module": "./dist/vue-form-builder.js",
16
+ "type": "module",
17
"typings": "dist/vue-form-builder.d.ts",
18
"exports": {
19
".": {
0 commit comments