Skip to content

Commit 6d760f4

Browse files
Noyabronokremy
authored andcommitted
fix: restore node 4 min support
* node 4 min * add node 4 to travis
1 parent 8967c02 commit 6d760f4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ node_modules
1818
coverage
1919
tmp
2020
test/fixtures/test*
21+
22+
.idea

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ node_js:
88
- '9'
99
- '8'
1010
- '6'
11+
- '4'
1112
before_install:
1213
- if [ "$TRAVIS_PULL_REQUEST_BRANCH" == "" ]; then echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc; fi
1314
after_success:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"nodemon": "./bin/nodemon.js"
1010
},
1111
"engines": {
12-
"node": ">=6"
12+
"node": ">=4"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)