Skip to content

Commit 6f56202

Browse files
committed
fix
1 parent 5e9c01e commit 6f56202

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@
5454
"default": "./dist/client.css"
5555
}
5656
},
57-
"files": [
58-
"dist"
59-
],
57+
"files": ["dist"],
6058
"repository": {
6159
"type": "git",
6260
"url": "git+https://github.com/Code-Forge-Net/Remix-Dev-Tools.git"
@@ -93,11 +91,7 @@
9391
"icons": "npm run run:scripts scripts/icons.ts",
9492
"check:unused": "knip "
9593
},
96-
"workspaces": [
97-
".",
98-
"test-apps/*",
99-
"docs"
100-
],
94+
"workspaces": [".", "test-apps/*", "docs"],
10195
"peerDependencies": {
10296
"@remix-run/react": ">=1.15",
10397
"react": ">=17",
@@ -148,4 +142,4 @@
148142
"react-use-websocket": "^4.8.1",
149143
"tailwind-merge": "^1.14.0"
150144
}
151-
}
145+
}

0 commit comments

Comments
 (0)