Skip to content

Commit

Permalink
React Router v7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Nov 23, 2024
1 parent 2ef57e4 commit f4a158d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"dev-build": "tsup src/index.ts --format cjs,esm --dts --clean",
"remix-dev": "npm run dev -w test-apps/react-router",
"remix-dev-cloud": "npm run dev -w test-apps/cloudflare",
"react-router-dev": "npm run dev -w test-apps/react-router",
"build:dev": "npm run dev-build",
"build:dev:watch": "npm run dev-build -- --watch",
"dev": "npm-run-all -s build:dev -p remix-dev build:dev:watch",
"dev:c": "npm-run-all -s build:dev -p remix-dev-cloud build:dev:watch",
"dev": "npm-run-all -s build:dev -p react-router-dev build:dev:watch",
"prepublishOnly": "npm run build",
"test": "vitest run",
"tsc": "tsc",
Expand Down

0 comments on commit f4a158d

Please sign in to comment.