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 a7f1783 commit 652ce96Copy full SHA for 652ce96
.babelrc
@@ -4,8 +4,9 @@
4
"env",
5
{
6
"targets": {
7
- "node": 6
8
- }
+ "node": 4
+ },
9
+ "exclude": ["babel-plugin-transform-regenerator"]
10
}
11
]
12
.travis.yml
@@ -1,6 +1,7 @@
1
sudo: false
2
language: node_js
3
node_js:
+ - 4
- 6
- 7
notification:
package.json
@@ -3,7 +3,7 @@
"version": "4.1.2",
"description": "A textlint rule to check if all links are alive",
"engines": {
- "node": ">=6"
+ "node": ">=4"
},
"main": "lib/no-dead-link.js",
"scripts": {
0 commit comments