mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update to version 0.0.4.
This commit is contained in:
parent
dcbdef07ea
commit
fde1947031
2 changed files with 3 additions and 2 deletions
|
|
@ -327,9 +327,10 @@ bad.md: 3: MD018 No space after hash on atx style header
|
|||
|
||||
## History
|
||||
|
||||
* 0.0.1 - Initial release.
|
||||
* 0.0.1 - Initial release, includes tests MD001-MD032.
|
||||
* 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.
|
||||
|
||||
[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.3",
|
||||
"version": "0.0.4",
|
||||
"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