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 f3ea697 commit 38ecddcCopy full SHA for 38ecddc
.travis.yml
@@ -2,7 +2,7 @@ language: node_js
2
node_js:
3
- "stable"
4
- "lts/*"
5
- - 6
+ - 10
6
cache:
7
directories:
8
- node_modules
package.json
@@ -3,7 +3,7 @@
"version": "1.3.0",
"description": "Expressions Plugin for PostHTML",
"engines": {
- "node": ">=6"
+ "node": ">=10"
},
"main": "lib",
9
"scripts": {
0 commit comments