Skip to content

Commit

Permalink
Upgrade to native class usage (#359)
Browse files Browse the repository at this point in the history
Requires ember >= 3.12
  • Loading branch information
tylerturdenpants authored Oct 28, 2020
1 parent 662ea00 commit 2d4dd0b
Show file tree
Hide file tree
Showing 12 changed files with 1,734 additions and 2,705 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ module.exports = {
parser: 'babel-eslint',
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module'
sourceType: 'module',
ecmaFeatures: {
legacyDecorators: true
}
},
plugins: [
'ember'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
fail-fast: true
matrix:
ember-try-scenario:
- ember-lts-3.8
- ember-lts-3.12
- ember-lts-3.16
- ember-release
- ember-beta
- ember-canary
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Compatibility
------------------------------------------------------------------------------

* Ember.js v3.8 or above
* Ember.js v3.12 or above
* Ember CLI v2.13 or above
* Node.js v10 or above

Expand Down
Loading

0 comments on commit 2d4dd0b

Please sign in to comment.