Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
fix: updated Remix framework info that was missing (#836)
Browse files Browse the repository at this point in the history
* fix: updated Remix framework info that was missing

* chore: remove port as per PR feedback
  • Loading branch information
nickytonline committed Nov 10, 2022
1 parent ec9dff3 commit e594ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frameworks/remix.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Remix",
"category": "static_site_generator",
"detect": {
"npmDependencies": ["remix", "@remix-run/netlify"],
"npmDependencies": ["remix", "@remix-run/netlify", "@remix-run/netlify-edge"],
"excludedNpmDependencies": [],
"configFiles": ["remix.config.js"]
},
Expand Down

0 comments on commit e594ddf

Please sign in to comment.