@textlint/kernel
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.0.3"></a> | ||
## [1.0.3](https://github.com/textlint/textlint/compare/@textlint/kernel@1.0.2...@textlint/kernel@1.0.3) (2017-11-05) | ||
### Bug Fixes | ||
* **textlint:** support scoped preset module ([#329](https://github.com/textlint/textlint/issues/329)) ([a2c8f6b](https://github.com/textlint/textlint/commit/a2c8f6b)) | ||
<a name="1.0.2"></a> | ||
@@ -8,0 +19,0 @@ ## [1.0.2](https://github.com/textlint/textlint/compare/@textlint/kernel@1.0.1...@textlint/kernel@1.0.2) (2017-11-03) |
@@ -13,3 +13,3 @@ { | ||
"name": "@textlint/kernel", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "textlint kernel is core logic by pure JavaScript.", | ||
@@ -58,5 +58,5 @@ "main": "lib/textlint-kernel.js", | ||
"shelljs": "^0.7.7", | ||
"textlint-plugin-markdown": "^3.0.2", | ||
"textlint-plugin-markdown": "^3.0.3", | ||
"ts-node": "^3.3.0", | ||
"typescript": "^2.5.2", | ||
"typescript": "~2.5.2", | ||
"typescript-json-schema": "^0.11.0" | ||
@@ -63,0 +63,0 @@ }, |
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
358987