Skip to content

Commit 683420a

Browse files
committed
ignore a few files
1 parent 9c72e7b commit 683420a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# unconventional js
2-
/blueprints/*/files/
2+
/blueprints/*
3+
/fastboot-tests/fastboot-1.0-test.js
34
/vendor/
45

56
# compiled output

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ember-cli-htmlbars": "^2.0.3"
5656
},
5757
"engines": {
58-
"node": ">= 4"
58+
"node": ">= 6"
5959
},
6060
"ember-addon": {
6161
"configPath": "tests/dummy/config"

0 commit comments

Comments
 (0)