mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update to version 0.11.0.
This commit is contained in:
parent
f0fce5b4b0
commit
a4f541fdf4
3 changed files with 4 additions and 2 deletions
|
|
@ -719,6 +719,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
|||
line-break characters, refactor for ES6, update dependencies.
|
||||
* 0.10.0 - Add support for non-JSON configuration files, pass file/string name to custom
|
||||
rules, update dependencies.
|
||||
* 0.11.0 - Improve MD005/MD024/MD029/MD038, improve custom rule example, add CONTRIBUTING.md,
|
||||
update dependencies.
|
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
|
||||
[npm-url]: https://www.npmjs.com/package/markdownlint
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
CACHE MANIFEST
|
||||
# 2018-05-27
|
||||
# 2018-07-21
|
||||
default.css
|
||||
default.htm
|
||||
default.js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdownlint",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.0",
|
||||
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
|
||||
"main": "lib/markdownlint.js",
|
||||
"author": "David Anson (https://dlaa.me/)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue