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.
1 parent 9ed7828 commit 9cdbcf2Copy full SHA for 9cdbcf2
.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
branches:
9
only:
appveyor.yml
@@ -4,7 +4,7 @@
environment:
MOCHA_REPORTER: "mocha-appveyor-reporter"
matrix:
- - nodejs_version: "6"
+ - nodejs_version: "8"
10
package.json
@@ -26,7 +26,7 @@
26
"lodash.defaultsdeep": "^4.6.0"
27
},
28
"engines": {
29
- "node": "6.* || 8.* || >= 10.*"
+ "node": "8.* || >= 10.*"
30
31
"changelog": {
32
"repo": "ember-cli/ember-cli-uglify",
0 commit comments