Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Feb 5, 2025
1 parent 0a13aeb commit 53e3c0c
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"test:cov": "vitest run --coverage",
"postbuild": "npm run check:exports",
"build": "tsup src/index.ts --config tsup.config.ts",
"remix:dev": "npm run dev -w test-apps/react-router-vite",
"remix:cjs:dev": "npm run dev -w test-apps/react-router-cjs",
"react-router:esm:dev": "npm run dev -w test-apps/react-router-esm",
"react-router:cjs:dev": "npm run dev -w test-apps/react-router-cjs",
"build:dev": "tsup src/index.ts --config tsup.dev.config.ts",
"build:dev:watch": "npm run build:dev -- --watch",
"build:dev:cjs:watch": "npm run build:dev -- --watch",
"dev": "npm-run-all -s build:dev -p remix:dev build:dev:watch",
"dev:cjs": "npm-run-all -s build:dev -p remix:cjs:dev build:dev:cjs:watch",
"dev": "npm-run-all -s build:dev -p react-router:esm:dev build:dev:watch",
"dev:cjs": "npm-run-all -s build:dev -p react-router:cjs:dev build:dev:cjs:watch",
"prepublishOnly": "npm run build",
"check": "biome check .",
"check:fix": "biome check --fix .",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-router-vite",
"name": "react-router-esm",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 53e3c0c

Please sign in to comment.