mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Update to version 0.0.2.
This commit is contained in:
parent
3180d2c621
commit
c842588ca3
2 changed files with 2 additions and 1 deletions
|
@ -274,6 +274,7 @@ bad.md: 3: MD018 No space after hash on atx style header
|
|||
## Release History
|
||||
|
||||
* 0.0.1 - Initial release.
|
||||
* 0.0.2 - Improve documentation, tests, and code.
|
||||
|
||||
[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.1",
|
||||
"version": "0.0.2",
|
||||
"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