mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
fix: restore node 4 min support
* node 4 min * add node 4 to travis
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -18,3 +18,5 @@ node_modules
|
||||
coverage
|
||||
tmp
|
||||
test/fixtures/test*
|
||||
|
||||
.idea
|
||||
@@ -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:
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"nodemon": "./bin/nodemon.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
"node": ">=4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user