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 ebbe97c commit 47c0c2bCopy full SHA for 47c0c2b
package.json
@@ -12,14 +12,14 @@
12
"autotest": "node node_modules/mocha/bin/mocha --watch --reporter spec tests/**/*-test.js"
13
},
14
"engines": {
15
- "node": ">= 0.10.0"
+ "node": "6.* || >= 8.*"
16
17
"author": "",
18
"license": "MIT",
19
"devDependencies": {
20
"chai": "^3.0.0",
21
"chai-as-promised": "^6.0.0",
22
- "ember-cli": "^2.12.0",
+ "ember-cli": "^3.1.0",
23
"ember-cli-release": "^1.0.0-beta.2",
24
"eslint": "^3.18.0",
25
"github": "^9.2.0",
0 commit comments