textlint-rule-no-doubled-conjunction
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "textlint-rule-no-doubled-conjunction", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "textlint rule plugin to check duplicated conjunctions.", | ||
@@ -13,7 +13,8 @@ "main": "lib/no-doubled-conjunction.js", | ||
"sentence-splitter": "^3.2.1", | ||
"textlint-rule-helper": "^2.1.1", | ||
"textlint-rule-helper": "^2.2.0", | ||
"textlint-util-to-string": "^3.1.1" | ||
}, | ||
"devDependencies": { | ||
"textlint-scripts": "^3.0.0" | ||
"textlint-scripts": "^12.0.2", | ||
"trim-newlines": ">=3.0.1" | ||
}, | ||
@@ -20,0 +21,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
17241
2
Updatedtextlint-rule-helper@^2.2.0