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