Update to version 0.0.5.

This commit is contained in:
David Anson 2015-05-11 20:57:51 -07:00
parent 7d603f6ad8
commit 9bf0b1a554
2 changed files with 2 additions and 3 deletions

View file

@ -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.2 - Improve documentation, tests, and code.
* 0.0.3 - Add synchronous API, improve documentation and code. * 0.0.3 - Add synchronous API, improve documentation and code.
* 0.0.4 - Add tests MD033-MD040, update dependencies. * 0.0.4 - Add tests MD033-MD040, update dependencies.
* *PENDING* - Add `strings` option to enable file-less scenarios, add in-browser * 0.0.5 - Add `strings` option to enable file-less scenarios, add in-browser demo.
demo.
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg [npm-image]: https://img.shields.io/npm/v/markdownlint.svg
[npm-url]: https://www.npmjs.com/package/markdownlint [npm-url]: https://www.npmjs.com/package/markdownlint

View file

@ -1,6 +1,6 @@
{ {
"name": "markdownlint", "name": "markdownlint",
"version": "0.0.4", "version": "0.0.5",
"description": "A Node.js style checker and lint tool for Markdown files.", "description": "A Node.js style checker and lint tool for Markdown files.",
"main": "lib/markdownlint.js", "main": "lib/markdownlint.js",
"author": "David Anson (http://dlaa.me/)", "author": "David Anson (http://dlaa.me/)",