We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9c01e commit 6f56202Copy full SHA for 6f56202
package.json
@@ -54,9 +54,7 @@
54
"default": "./dist/client.css"
55
}
56
},
57
- "files": [
58
- "dist"
59
- ],
+ "files": ["dist"],
60
"repository": {
61
"type": "git",
62
"url": "git+https://github.com/Code-Forge-Net/Remix-Dev-Tools.git"
@@ -93,11 +91,7 @@
93
91
"icons": "npm run run:scripts scripts/icons.ts",
94
92
"check:unused": "knip "
95
96
- "workspaces": [
97
- ".",
98
- "test-apps/*",
99
- "docs"
100
+ "workspaces": [".", "test-apps/*", "docs"],
101
"peerDependencies": {
102
"@remix-run/react": ">=1.15",
103
"react": ">=17",
@@ -148,4 +142,4 @@
148
142
"react-use-websocket": "^4.8.1",
149
143
"tailwind-merge": "^1.14.0"
150
144
151
-}
145
+}
0 commit comments