mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 06:50:12 +01: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.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue