Fix Phoenix detection

main
Ostap Brehin 2 years ago
parent 4f56076808
commit f8fba7c794

@ -1189,9 +1189,6 @@
"Webpack", "Webpack",
"Node.js" "Node.js"
], ],
"js": {
"Phoenix": ""
},
"meta": { "meta": {
"generator": "^phoenix" "generator": "^phoenix"
}, },
@ -1204,6 +1201,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"
}, },