We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e186b commit 5d0b2aeCopy full SHA for 5d0b2ae
3 files changed
.travis.yml
@@ -1,7 +1,5 @@
1
language: node_js
2
node_js:
3
- - "8"
4
- - "9"
5
- "10"
6
- "11"
7
- "12"
README.md
@@ -15,7 +15,7 @@ That's what Twing is. A maintainability-first engine that pass 100% of the TwigP
15
16
## Prerequisites
17
18
-Twing needs at least **node.js 8.0.0** to run.
+Twing needs at least **node.js 10.0.0** to run.
19
20
## Installation
21
package.json
@@ -22,7 +22,7 @@
22
"module": "dist/es",
23
"types": "dist/types/main.d.ts",
24
"engines": {
25
- "node": ">=6.0.0"
+ "node": ">=10.0.0"
26
},
27
"scripts": {
28
"precover": "rimraf coverage .nyc_output",
0 commit comments