Skip to content

Commit

Permalink
Remove targets no longer supported by favicons lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gorner committed Sep 27, 2023
1 parent 0eb20b0 commit a49970e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ var app = new EmberApp({
android: isProductionEnv,
appleIcon: isProductionEnv,
appleStartup: isProductionEnv,
coast: isProductionEnv,
firefox: isProductionEnv,
windows: isProductionEnv,
yandex: isProductionEnv
}
Expand Down
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ module.exports = {
android: isProductionEnv,
appleIcon: isProductionEnv,
appleStartup: isProductionEnv,
coast: isProductionEnv,
firefox: isProductionEnv,
windows: isProductionEnv,
yandex: isProductionEnv,
},
Expand Down Expand Up @@ -59,7 +57,6 @@ module.exports = {
'android-chrome',
'apple-touch-icon',
'apple-touch-startup-image',
'coast',
'favicon',
'mstile',
'firefox_app',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gorner/ember-cli-favicon",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "Automatically build and include all the various platform / device favicon formats from a single source public/favicon.png.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit a49970e

Please sign in to comment.