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 ff199bc commit 14d83ffCopy full SHA for 14d83ff
.changeset/better-things-guess.md
@@ -0,0 +1,5 @@
1
+---
2
+"@vue-interface/form-control": patch
3
4
+
5
+Fixed issue with package.json exports
packages/form-control/package.json
@@ -10,9 +10,9 @@
10
".": {
11
"source": "./index.ts",
12
"types": "./dist/index.d.ts",
13
+ "style": "./index.css",
14
"require": "./dist/form-control.umd.js",
- "import": "./dist/form-control.js",
15
- "style": "./index.css"
+ "import": "./dist/form-control.js"
16
},
17
"./css": "./index.css"
18
0 commit comments