Skip to content

Commit 1b40723

Browse files
Drop support for Node.js 6
1 parent 56b90ab commit 1b40723

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ node_js:
44
- '12'
55
- '10'
66
- '8'
7-
- '6'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typings": "dist/index.d.ts",
1414
"bin": "dist/cli.js",
1515
"engines": {
16-
"node": ">=6"
16+
"node": ">=8"
1717
},
1818
"scripts": {
1919
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)