Skip to content

Commit 2f2335f

Browse files
author
Justin Kimbrell
committed
ci: release
1 parent 0545f90 commit 2f2335f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/mighty-ways-wait.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+
Added "style" to package exports

packages/form-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"main": "./dist/form-control.umd.cjs",
77
"module": "./dist/form-control.js",
88
"types": "./dist/index.d.ts",
9-
"style": "./index.css",
109
"exports": {
1110
".": {
1211
"source": "./index.ts",
12+
"style": "./index.css",
1313
"types": "./dist/index.d.ts",
1414
"require": "./dist/form-control.umd.js",
1515
"import": "./dist/form-control.js"

0 commit comments

Comments
 (0)