-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -107,7 +101,7 @@ | |
"edition": "octane" | ||
}, | ||
"engines": { | ||
"node": "10.* || >= 12" | ||
"node": "12.* || >= 14" | ||
}, | ||
"ember-addon": { | ||
"configPath": "tests/dummy/config", | ||
|