mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update to version 0.0.5.
This commit is contained in:
parent
7d603f6ad8
commit
9bf0b1a554
2 changed files with 2 additions and 3 deletions
|
|
@ -370,8 +370,7 @@ bad.md: 3: MD018 No space after hash on atx style header
|
|||
* 0.0.2 - Improve documentation, tests, and code.
|
||||
* 0.0.3 - Add synchronous API, improve documentation and code.
|
||||
* 0.0.4 - Add tests MD033-MD040, update dependencies.
|
||||
* *PENDING* - Add `strings` option to enable file-less scenarios, add in-browser
|
||||
demo.
|
||||
* 0.0.5 - Add `strings` option to enable file-less scenarios, add in-browser demo.
|
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
|
||||
[npm-url]: https://www.npmjs.com/package/markdownlint
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdownlint",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "A Node.js style checker and lint tool for Markdown files.",
|
||||
"main": "lib/markdownlint.js",
|
||||
"author": "David Anson (http://dlaa.me/)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue