fix: restore node 4 min support

* node 4 min
* add node 4 to travis
This commit is contained in:
Alex
2017-12-12 12:36:15 -05:00
committed by Remy Sharp
parent 8967c02301
commit 6d760f4f81
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -18,3 +18,5 @@ node_modules
coverage
tmp
test/fixtures/test*
.idea

View File

@@ -8,6 +8,7 @@ node_js:
- '9'
- '8'
- '6'
- '4'
before_install:
- if [ "$TRAVIS_PULL_REQUEST_BRANCH" == "" ]; then echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc; fi
after_success:

View File

@@ -9,7 +9,7 @@
"nodemon": "./bin/nodemon.js"
},
"engines": {
"node": ">=6"
"node": ">=4"
},
"repository": {
"type": "git",