Skip to content

Commit

Permalink
Fix React Router detection and update Remix implies field
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Oct 15, 2024
1 parent cc724e0 commit 955aa4a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/technologies/r.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,9 +633,9 @@
"icon": "React Router.svg",
"implies": "React",
"oss": true,
"scriptSrc": [
"(?:/react-router(@|/)([\\d.]+)(?:/[a-z]+)?)?/react-router(?:\\.min)?\\.js\\;version:\\2"
],
"js": {
"__reactRouterVersion": ""
},
"website": "https://reactrouter.com"
},
"Reactive": {
Expand Down Expand Up @@ -1337,7 +1337,8 @@
"description": "Remix is a React framework used for server-side rendering (SSR).",
"icon": "Remix.svg",
"implies": [
"React"
"React",
"React Router"
],
"js": {
"__remixContext": ""
Expand Down

0 comments on commit 955aa4a

Please sign in to comment.