Tweak package.json and README.md content.

This commit is contained in:
David Anson 2015-04-17 21:57:10 -07:00
parent 31ae415dbe
commit dcbdef07ea
2 changed files with 5 additions and 5 deletions

View file

@ -325,7 +325,7 @@ bad.md: 3: MD018 No space after hash on atx style header
Use --force to continue. Use --force to continue.
``` ```
## Release History ## History
* 0.0.1 - Initial release. * 0.0.1 - Initial release.
* 0.0.2 - Improve documentation, tests, and code. * 0.0.2 - Improve documentation, tests, and code.

View file

@ -10,9 +10,7 @@
"type": "git", "type": "git",
"url": "https://github.com/DavidAnson/markdownlint.git" "url": "https://github.com/DavidAnson/markdownlint.git"
}, },
"bugs": { "bugs": "https://github.com/DavidAnson/markdownlint/issues",
"url": "https://github.com/DavidAnson/markdownlint/issues"
},
"scripts": { "scripts": {
"test": "nodeunit", "test": "nodeunit",
"test-cover": "istanbul cover node_modules/nodeunit/bin/nodeunit", "test-cover": "istanbul cover node_modules/nodeunit/bin/nodeunit",
@ -32,6 +30,8 @@
"keywords": [ "keywords": [
"markdown", "markdown",
"lint", "lint",
"md" "md",
"check",
"validate"
] ]
} }