Skip to content

Commit a23040a

Browse files
author
Justin Kimbrell
committed
fix: fixed issue with package.json exports
1 parent 40b201c commit a23040a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.changeset/hungry-singers-jog.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+
Fix issue with package.json exports

packages/form-control/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
@import './src/css/form-select.css';
1010
@import './src/css/form-check.css';
1111
@import './src/css/form-switch.css';
12-
/* @import './src/css/form-text.css'; */
12+
1313
@import './src/css/animated-fields.css';
1414

packages/form-control/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"main": "./dist/form-control.umd.cjs",
77
"module": "./dist/form-control.js",
88
"types": "./dist/index.d.ts",
9+
"style": "./index.css",
910
"exports": {
1011
".": {
1112
"source": "./index.ts",

0 commit comments

Comments
 (0)