Skip to content

Commit

Permalink
Remove uneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Oct 16, 2024
1 parent 83036be commit 5d05ee8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@remix-run/react-router",
"private": true,
"scripts": {
"prebuild": "pnpm --filter react-router tsc -b",
"build": "rollup -c",
"clean": "git clean -fdX .",
"clean:build": "git clean -fdx -e node_modules .",
Expand Down
3 changes: 0 additions & 3 deletions packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
},
"./package.json": "./package.json"
},
"scripts": {
"tsc": "tsc"
},
"dependencies": {
"react-router": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-node/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function rollup() {
"react-router-node"
);

const input = [`./${SOURCE_DIR}/index.ts`, `./${SOURCE_DIR}/install.ts`];
const input = [`${SOURCE_DIR}/index.ts`, `${SOURCE_DIR}/install.ts`];

return [
{
Expand Down
3 changes: 0 additions & 3 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
},
"./package.json": "./package.json"
},
"scripts": {
"tsc": "tsc"
},
"dependencies": {
"@types/cookie": "^0.6.0",
"@web3-storage/multipart-parser": "^1.0.0",
Expand Down

0 comments on commit 5d05ee8

Please sign in to comment.