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 1d0e4c8 commit d096682Copy full SHA for d096682
.travis.yml
@@ -3,4 +3,3 @@ node_js:
3
- "stable"
4
- "12"
5
- "10"
6
- - "8"
package.json
@@ -51,7 +51,7 @@
51
"temp": "^0.9.0"
52
},
53
"engines": {
54
- "node": "^8.10.0 || 10.* || >=12"
+ "node": "10.* || >=12"
55
56
"publishConfig": {
57
"registry": "https://registry.npmjs.org"
0 commit comments