Skip to content

Commit dcd64b5

Browse files
authored
rename remix folders to react-router-* (#11704)
1 parent 3c5c242 commit dcd64b5

File tree

109 files changed

+230
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+230
-237
lines changed

.github/workflows/integration-pr-windows-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: PR (Full)
22

3-
# PRs touching remix-dev will also run on Windows and OSX
3+
# PRs touching react-router-dev will also run on Windows and OSX
44

55
on:
66
pull_request:
77
paths:
8-
- "packages/remix-dev/**"
8+
- "packages/react-router-dev/**"
99
- "!**/*.md"
1010

1111
concurrency:

README.md

Lines changed: 4 additions & 4 deletions

jest/jest.config.shared.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ const ignorePatterns = [
99
/** @type {import('jest').Config} */
1010
module.exports = {
1111
moduleNameMapper: {
12-
"@react-router/dev$": "<rootDir>/../remix-dev/index.ts",
13-
"@react-router/express$": "<rootDir>/../remix-express/index.ts",
14-
"@react-router/node$": "<rootDir>/../remix-node/index.ts",
15-
"@react-router/serve$": "<rootDir>/../remix-serve/index.ts",
12+
"@react-router/dev$": "<rootDir>/../react-router-dev/index.ts",
13+
"@react-router/express$": "<rootDir>/../react-router-express/index.ts",
14+
"@react-router/node$": "<rootDir>/../react-router-node/index.ts",
15+
"@react-router/serve$": "<rootDir>/../react-router-serve/index.ts",
1616
"^react-router$": "<rootDir>/../react-router/index.ts",
1717
"^@web3-storage/multipart-parser$": require.resolve(
1818
"@web3-storage/multipart-parser"
File renamed without changes.

0 commit comments

Comments
 (0)