Skip to content

Commit

Permalink
Changes that support Node.js6 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Apr 17, 2018
1 parent ff7f68f commit da28ab0
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 da28ab0

Please sign in to comment.