diff --git a/package.json b/package.json index 090ec38..09fc9b7 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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", @@ -145,4 +139,4 @@ "react-router": "^7.0.0-pre.0", "tailwind-merge": "^1.14.0" } -} \ No newline at end of file +}