mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +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
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "4"
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
script: "npm run-script test-cover"
|
||||
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
|
||||
sudo: false
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
"node": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "8.4.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue