Skip to content

Commit

Permalink
Use ember-font-awesome vs. ember-cli-font-awesome. (#102)
Browse files Browse the repository at this point in the history
Subtle distinction, but since this is an Ember >2.3 app, you should use
the flavor without the `cli`. This squashes those pesky build-time
warnings about overriding `init` without `_super`.
  • Loading branch information
Ben Limmer authored and offirgolan committed Jul 14, 2016
1 parent a6c3e3b commit 46f679b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"ember-cli-blanket": "0.9.5",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-es5-shim": "0.3.0",
"ember-cli-font-awesome": "1.5.2",
"ember-cli-github-pages": "^0.1.0",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-inject-live-reload": "^1.4.0",
Expand All @@ -44,6 +43,7 @@
"ember-code-snippet": "^1.2.1",
"ember-data": "^2.6.0",
"ember-export-application-global": "^1.0.5",
"ember-font-awesome": "2.1.1",
"ember-load-initializers": "^0.5.1",
"ember-lodash": "0.0.10",
"ember-resolver": "^2.0.3",
Expand Down

0 comments on commit 46f679b

Please sign in to comment.