We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c72e7b commit 683420aCopy full SHA for 683420a
2 files changed
.eslintignore
@@ -1,5 +1,6 @@
1
# unconventional js
2
-/blueprints/*/files/
+/blueprints/*
3
+/fastboot-tests/fastboot-1.0-test.js
4
/vendor/
5
6
# compiled output
package.json
@@ -55,7 +55,7 @@
55
"ember-cli-htmlbars": "^2.0.3"
56
},
57
"engines": {
58
- "node": ">= 4"
+ "node": ">= 6"
59
60
"ember-addon": {
61
"configPath": "tests/dummy/config"
0 commit comments