Skip to content

Commit

Permalink
Merge pull request #24 from abetomo/changes_that_support_nodejs6_or_h…
Browse files Browse the repository at this point in the history
…igher

Changes that support Node.js6 or higher
  • Loading branch information
abetomo authored Apr 19, 2018
2 parents ff7f68f + da28ab0 commit ba50c99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion appveyor.yml → .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ environment:
- nodejs_version: '9'
- nodejs_version: '8'
- nodejs_version: '6'
- nodejs_version: '4'
install:
- ps: Install-Product node $env:nodejs_version
- npm install
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 4
- 6
- 8
- 9
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 6.0.0"
}
}

0 comments on commit ba50c99

Please sign in to comment.