diff --git a/contributors.yml b/contributors.yml index e166455453..e8c5e0015b 100644 --- a/contributors.yml +++ b/contributors.yml @@ -350,6 +350,7 @@ - QzCurious - redabacha - refusado +- remcohaszing - remorses - renyu-io - reyronald diff --git a/packages/react-router-dev/package.json b/packages/react-router-dev/package.json index 28092b6dc2..e71463c653 100644 --- a/packages/react-router-dev/package.json +++ b/packages/react-router-dev/package.json @@ -2,6 +2,16 @@ "name": "@react-router/dev", "version": "7.14.0", "description": "Dev tools and CLI for React Router", + "keywords": [ + "react", + "router", + "route", + "routing", + "history", + "link", + "vite", + "vite-plugin" + ], "homepage": "https://reactrouter.com", "bugs": { "url": "https://github.com/remix-run/react-router/issues" @@ -44,6 +54,17 @@ "bin": { "react-router": "bin.js" }, + "compatiblePackages": { + "schemaVersion": 1, + "rolldown": { + "type": "incompatible", + "reason": "Uses Vite-specific APIs" + }, + "rollup": { + "type": "incompatible", + "reason": "Uses Vite-specific APIs" + } + }, "scripts": { "build": "wireit", "typecheck": "tsc"