We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7eeb90 + bef3ffe commit 4b56658Copy full SHA for 4b56658
.travis.yml
@@ -3,7 +3,7 @@ language: node_js
3
node_js:
4
# we recommend testing addons with the same minimum supported node version as Ember CLI
5
# so that your addon works for all apps
6
- - "6"
+ - "8"
7
8
sudo: false
9
dist: trusty
package.json
@@ -23,7 +23,7 @@
23
"dependencies": {
24
"ember-cli-babel": "^6.7.2",
25
"ember-getowner-polyfill": "^2.2.0",
26
- "ember-macro-helpers": "^2.1.0"
+ "ember-macro-helpers": "^4.2.2"
27
},
28
"devDependencies": {
29
"ember-cli": "~2.18.1",
@@ -47,7 +47,7 @@
47
"moment-timezone": "^0.5.0"
48
49
"engines": {
50
- "node": "^4.5 || 6.* || >= 7.*"
+ "node": "^8.* || >= 10.*"
51
52
"ember-addon": {
53
"configPath": "tests/dummy/config"
0 commit comments