mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Add new Node.js version 10, remove end-of-life versions 0.10, 0.12, 4.
This commit is contained in:
parent
f4f4728e2c
commit
18125a1872
2 changed files with 2 additions and 4 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
|
||||||
- "0.12"
|
|
||||||
- "4"
|
|
||||||
- "6"
|
- "6"
|
||||||
- "8"
|
- "8"
|
||||||
|
- "10"
|
||||||
script: "npm run-script test-cover"
|
script: "npm run-script test-cover"
|
||||||
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
|
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
"example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint"
|
"example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10"
|
"node": ">=6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"markdown-it": "8.4.1"
|
"markdown-it": "8.4.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue