Skip to content

Commit f4a158d

Browse files
committed
React Router v7 support
1 parent 2ef57e4 commit f4a158d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@
3232
"scripts": {
3333
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
3434
"dev-build": "tsup src/index.ts --format cjs,esm --dts --clean",
35-
"remix-dev": "npm run dev -w test-apps/react-router",
36-
"remix-dev-cloud": "npm run dev -w test-apps/cloudflare",
35+
"react-router-dev": "npm run dev -w test-apps/react-router",
3736
"build:dev": "npm run dev-build",
3837
"build:dev:watch": "npm run dev-build -- --watch",
39-
"dev": "npm-run-all -s build:dev -p remix-dev build:dev:watch",
40-
"dev:c": "npm-run-all -s build:dev -p remix-dev-cloud build:dev:watch",
38+
"dev": "npm-run-all -s build:dev -p react-router-dev build:dev:watch",
4139
"prepublishOnly": "npm run build",
4240
"test": "vitest run",
4341
"tsc": "tsc",

0 commit comments

Comments
 (0)