@textlint/textlint-plugin-text
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="4.1.1"></a> | ||
## [4.1.1](https://github.com/textlint/textlint/compare/@textlint/textlint-plugin-text@4.1.0...@textlint/textlint-plugin-text@4.1.1) (2019-01-03) | ||
### Code Refactoring | ||
* **textlint-plugin-text:** Use [@textlint](https://github.com/textlint)/kernel instead of textlint ([5a2fd25](https://github.com/textlint/textlint/commit/5a2fd25)), closes [#567](https://github.com/textlint/textlint/issues/567) | ||
<a name="4.1.0"></a> | ||
@@ -8,0 +20,0 @@ # [4.1.0](https://github.com/textlint/textlint/compare/@textlint/textlint-plugin-text@4.0.2...@textlint/textlint-plugin-text@4.1.0) (2019-01-01) |
{ | ||
"name": "@textlint/textlint-plugin-text", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "plain text plugin for textlint", | ||
@@ -32,5 +32,6 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-text/", | ||
"dependencies": { | ||
"@textlint/text-to-ast": "^3.1.0" | ||
"@textlint/text-to-ast": "^3.1.1" | ||
}, | ||
"devDependencies": { | ||
"@textlint/kernel": "^3.1.1", | ||
"babel-cli": "^6.24.1", | ||
@@ -45,3 +46,2 @@ "babel-preset-env": "^1.4.0", | ||
"rimraf": "^2.6.2", | ||
"textlint": "^11.1.0", | ||
"textlint-rule-no-todo": "^2.0.1" | ||
@@ -51,3 +51,4 @@ }, | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "d035d8599ae7e3713cf6cec9745afad538b82680" | ||
} |
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
16184
Updated@textlint/text-to-ast@^3.1.1