Skip to content

Commit 62644d2

Browse files
committed
version bump
1 parent b4a0caa commit 62644d2

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
5+
"version": "4.7.2",
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)