Skip to content

Commit

Permalink
Drop support for Node.js 6
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren committed Jun 29, 2020
1 parent 56b90ab commit 1b40723
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,3 @@ node_js:
- '12'
- '10'
- '8'
- '6'
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"typings": "dist/index.d.ts",
"bin": "dist/cli.js",
"engines": {
"node": ">=6"
"node": ">=8"
},
"scripts": {
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 1b40723

Please sign in to comment.