mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Tweak package.json and README.md content.
This commit is contained in:
parent
31ae415dbe
commit
dcbdef07ea
2 changed files with 5 additions and 5 deletions
|
@ -325,7 +325,7 @@ bad.md: 3: MD018 No space after hash on atx style header
|
|||
Use --force to continue.
|
||||
```
|
||||
|
||||
## Release History
|
||||
## History
|
||||
|
||||
* 0.0.1 - Initial release.
|
||||
* 0.0.2 - Improve documentation, tests, and code.
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue