Skip to content

Commit

Permalink
Feature upgrades 3.1 (#59)
Browse files Browse the repository at this point in the history
* Ember 3.1

* Downgrade font awesome
  • Loading branch information
Exelord authored May 1, 2018
1 parent e77705f commit db5a9dd
Show file tree
Hide file tree
Showing 5 changed files with 1,925 additions and 1,903 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/blueprints/*/files/**/*.js
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ module.exports = {
// node files
{
files: [
'ember-cli-build.js',
'index.js',
'testem.js',
'ember-cli-build.js',
'config/**/*.js',
'tests/dummy/config/**/*.js'
],
excludedFiles: [
'app/**',
'addon/**',
'addon-test-support/**',
'app/**',
'tests/dummy/app/**'
],
parserOptions: {
Expand Down
2 changes: 1 addition & 1 deletion config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function() {
return Promise.all([
getChannelURL('release'),
getChannelURL('beta'),
getChannelURL('canary'),
getChannelURL('canary')
]).then((urls) => {
return {
scenarios: [
Expand Down
Loading

0 comments on commit db5a9dd

Please sign in to comment.