Skip to content

Commit 4b6086a

Browse files
committed
fix: Format files array in package.json
1 parent 4da9a6f commit 4b6086a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/medusa-forms/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"main": "./dist/cjs/index.cjs",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/types/index.d.ts",
7-
"files": ["dist"],
7+
"files": [
8+
"dist"
9+
],
810
"exports": {
911
".": {
1012
"import": {

0 commit comments

Comments
 (0)