Skip to content

Commit 6705031

Browse files
committed
version bump
1 parent c3d57b2 commit 6705031

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "remix-development-tools",
33
"description": "Remix development tools - a set of tools for developing/debugging Remix.run apps",
44
"author": "Alem Tuzlak",
5-
"version": "4.7.2",
5+
"version": "4.7.3",
66
"license": "MIT",
77
"keywords": [
88
"remix",
@@ -54,7 +54,9 @@
5454
"default": "./dist/client.css"
5555
}
5656
},
57-
"files": ["dist"],
57+
"files": [
58+
"dist"
59+
],
5860
"repository": {
5961
"type": "git",
6062
"url": "git+https://github.com/Code-Forge-Net/Remix-Dev-Tools.git"
@@ -91,7 +93,11 @@
9193
"icons": "npm run run:scripts scripts/icons.ts",
9294
"check:unused": "knip "
9395
},
94-
"workspaces": [".", "test-apps/*", "docs"],
96+
"workspaces": [
97+
".",
98+
"test-apps/*",
99+
"docs"
100+
],
95101
"peerDependencies": {
96102
"@remix-run/react": ">=1.15",
97103
"react": ">=17",
@@ -142,4 +148,4 @@
142148
"react-use-websocket": "^4.8.1",
143149
"tailwind-merge": "^1.14.0"
144150
}
145-
}
151+
}

0 commit comments

Comments
 (0)