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

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