Skip to content

Commit

Permalink
Merge pull request #69 from brookslybrand/react-router-detection
Browse files Browse the repository at this point in the history
Fix React Router detection and update Remix implies field
  • Loading branch information
tunetheweb authored Oct 15, 2024
2 parents cc724e0 + 42dcb40 commit f7d0508
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": "([\\d\\.]+)\\;version:\\1"
},
"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 f7d0508

Please sign in to comment.