Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit c07e319

Browse files
committed
11.0.0
Bump version for those who use custom `.remarkrc` configs and for those who use Node.js 4.0. Breaking changes: - Upgrade `remark-lint` to 6.0.0 (good luck figuring out how to update your `.remarkrc` config) - Remove support for Node.js 4.0 Other changes: - Add support for the `global` option in `.lints.json`; for now, it can be used for declaring global ignore patterns, see example at [src/default.lints.json](src/default.lints.json) - Add summary to the end of the report (with colors!) - Add "vendor/**" to global ignore patterns in [src/default.lints.json](src/default.lints.json)
1 parent d31e2f7 commit c07e319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lints",
3-
"version": "10.1.1",
3+
"version": "11.0.0",
44
"description": "Lint all your JavaScript, CSS, HTML and Markdown with a single command",
55
"keywords": [
66
"lint",

0 commit comments

Comments
 (0)