textlint-rule-max-comma
Advanced tools
Comparing version 3.0.1 to 4.0.0
{ | ||
"name": "textlint-rule-max-comma", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "textlint rule that limit maxinum comma(,) count of sentence.", | ||
@@ -34,9 +34,9 @@ "main": "lib/textlint-rule-max-comma.js", | ||
"devDependencies": { | ||
"textlint-scripts": "^13.3.0", | ||
"textlint-tester": "^13.3.0" | ||
"textlint-scripts": "^13.4.1", | ||
"textlint-tester": "^13.4.1" | ||
}, | ||
"dependencies": { | ||
"sentence-splitter": "^4.2.0", | ||
"textlint-util-to-string": "^3.3.2" | ||
"sentence-splitter": "^5.0.0", | ||
"textlint-util-to-string": "^3.3.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
11129
+ Addedsentence-splitter@5.0.0(transitive)
- Removedsentence-splitter@4.4.1(transitive)
Updatedsentence-splitter@^5.0.0