Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Oct 22, 2024
1 parent a588e83 commit 8443431
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
"default": "./dist/client.css"
}
},
"files": [
"dist"
],
"files": ["dist"],
"repository": {
"type": "git",
"url": "git+https://github.com/forge42dev/react-router-devtools.git"
Expand Down Expand Up @@ -93,11 +91,7 @@
"icons": "npm run run:scripts scripts/icons.ts",
"check:unused": "knip "
},
"workspaces": [
".",
"test-apps/*",
"./docs"
],
"workspaces": [".", "test-apps/*", "./docs"],
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17",
Expand Down Expand Up @@ -145,4 +139,4 @@
"react-router": "^7.0.0-pre.0",
"tailwind-merge": "^1.14.0"
}
}
}

0 comments on commit 8443431

Please sign in to comment.