Skip to content

Commit

Permalink
chore!: drop node 10 support (#746)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Dropping support for node 10 as it's reached EOL.

Co-authored-by: Akanksh Saxena <[email protected]>
  • Loading branch information
Akanksh Saxena authored Aug 3, 2021
1 parent 0538217 commit e2e8e58
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,10 @@
"url": "https://github.com/adfinis-sygroup/ember-uikit"
},
"license": "MIT",
"author": "Adfinis SyGroup AG <info@adfinis-sygroup.ch>",
"author": "Adfinis AG <info@adfinis.com>",
"directories": {
"test": "tests"
},
"contributors": [
{
"name": "Jonas Metzener",
"email": "[email protected]"
}
],
"homepage": "https://adfinis-sygroup.github.io/ember-uikit",
"bugs": {
"url": "https://github.com/adfinis-sygroup/ember-uikit/issues"
Expand Down Expand Up @@ -107,7 +101,7 @@
"edition": "octane"
},
"engines": {
"node": "10.* || >= 12"
"node": "12.* || >= 14"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit e2e8e58

Please sign in to comment.