@textlint/textlint-plugin-text
Advanced tools
Comparing version 12.6.1 to 13.0.0
{ | ||
"name": "@textlint/textlint-plugin-text", | ||
"version": "12.6.1", | ||
"version": "13.0.0", | ||
"description": "plain text plugin for textlint", | ||
@@ -36,6 +36,6 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-text/", | ||
"dependencies": { | ||
"@textlint/text-to-ast": "^12.6.1" | ||
"@textlint/text-to-ast": "^13.0.0" | ||
}, | ||
"devDependencies": { | ||
"@textlint/kernel": "^12.6.1", | ||
"@textlint/kernel": "^13.0.0", | ||
"@types/mocha": "9.1.1", | ||
@@ -53,3 +53,3 @@ "cross-env": "^7.0.3", | ||
}, | ||
"gitHead": "d2b1ea21b70dd86190f530ba3c1ecad697c8f39d" | ||
"gitHead": "5ab6892e6c3f100751542f2c84bc91e78c584f7f" | ||
} |
@@ -33,3 +33,3 @@ # @textlint/textlint-plugin-text | ||
For example, if you want to treat `.custom-ext` as text, put following config to `.textlintrc` | ||
For example, if you want to treat `.custom-ext` as text, put following config to `.textlintrc.json` | ||
@@ -36,0 +36,0 @@ ```json5 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87002
+ Added@textlint/ast-node-types@13.4.1(transitive)
+ Added@textlint/text-to-ast@13.4.1(transitive)
- Removed@textlint/ast-node-types@12.6.1(transitive)
- Removed@textlint/text-to-ast@12.6.1(transitive)