Skip to content

Commit cd7158f

Browse files
committed
chore: Format package.json files for consistency
- Adjust formatting of workspaces in root package.json for improved readability - Update files array in medusa-forms package.json to use consistent array formatting These changes enhance the consistency and maintainability of the package.json files across the project.
1 parent df3a3f0 commit cd7158f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "medusa-forms",
33
"version": "0.1.1",
44
"private": true,
5-
"workspaces": ["apps/*", "packages/*"],
5+
"workspaces": [
6+
"apps/*",
7+
"packages/*"
8+
],
69
"scripts": {
710
"start": "yarn dev",
811
"dev": "turbo run dev",

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)