We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b90ab commit 1b40723Copy full SHA for 1b40723
.travis.yml
@@ -4,4 +4,3 @@ node_js:
4
- '12'
5
- '10'
6
- '8'
7
- - '6'
package.json
@@ -13,7 +13,7 @@
13
"typings": "dist/index.d.ts",
14
"bin": "dist/cli.js",
15
"engines": {
16
- "node": ">=6"
+ "node": ">=8"
17
},
18
"scripts": {
19
"prepublishOnly": "npm run build",
0 commit comments