Merge pull request #7481 from osbre/fix-phoenix-identification

Fix Phoenix and Phoenix Framework detection
main
Elbert Alias 2 years ago committed by GitHub
commit cee9480474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1207,9 +1207,6 @@
"Webpack",
"Node.js"
],
"js": {
"Phoenix": ""
},
"meta": {
"generator": "^phoenix"
},
@ -1222,6 +1219,9 @@
"description": "Phoenix Framework is an open-source web application framework built using the Elixir programming language.",
"icon": "Phoenix Framework.svg",
"implies": "Elixir",
"js": {
"Phoenix.Channel": ""
},
"oss": true,
"website": "https://www.phoenixframework.org"
},