Skip to content

Commit

Permalink
chore(package) node >= 8
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 20, 2019
1 parent 7809446 commit dd41ed9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,7 +1,8 @@
language: node_js
node_js:
- 6
- 7
- 12
- 10
- 8

script:
- npm run lint
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -36,6 +36,9 @@
"currify": "^4.0.0",
"es6-promisify": "^6.0.0"
},
"engines": {
"node": ">=8"
},
"license": "MIT",
"devDependencies": {
"coveralls": "^3.0.0",
Expand Down

0 comments on commit dd41ed9

Please sign in to comment.