Skip to content

Commit 14d83ff

Browse files
author
Justin Kimbrell
committed
ci: release
1 parent ff199bc commit 14d83ff

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/better-things-guess.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
".": {
1111
"source": "./index.ts",
1212
"types": "./dist/index.d.ts",
13+
"style": "./index.css",
1314
"require": "./dist/form-control.umd.js",
14-
"import": "./dist/form-control.js",
15-
"style": "./index.css"
15+
"import": "./dist/form-control.js"
1616
},
1717
"./css": "./index.css"
1818
},

0 commit comments

Comments
 (0)