@textlint/markdown-to-ast
Advanced tools
Comparing version 6.1.4 to 6.1.5
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="6.1.5"></a> | ||
## [6.1.5](https://github.com/textlint/textlint/compare/@textlint/markdown-to-ast@6.1.3...@textlint/markdown-to-ast@6.1.5) (2019-07-20) | ||
**Note:** Version bump only for package @textlint/markdown-to-ast | ||
<a name="6.1.4"></a> | ||
@@ -8,0 +17,0 @@ ## [6.1.4](https://github.com/textlint/textlint/compare/@textlint/markdown-to-ast@6.1.3...@textlint/markdown-to-ast@6.1.4) (2019-07-13) |
{ | ||
"name": "@textlint/markdown-to-ast", | ||
"version": "6.1.4", | ||
"version": "6.1.5", | ||
"description": "Parse Markdown to AST with location info.", | ||
@@ -32,3 +32,3 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/markdown-to-ast/", | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.2.3", | ||
"@textlint/ast-node-types": "^4.2.4", | ||
"debug": "^4.1.1", | ||
@@ -42,3 +42,3 @@ "remark-frontmatter": "^1.2.0", | ||
"devDependencies": { | ||
"@textlint/ast-tester": "^2.1.4", | ||
"@textlint/ast-tester": "^2.1.5", | ||
"babel-cli": "^6.24.1", | ||
@@ -59,3 +59,3 @@ "babel-preset-env": "^1.4.0", | ||
}, | ||
"gitHead": "400aebd64cfe8b4b21c47b529a0b46e9cd81f038" | ||
"gitHead": "4342d1e224fe20e936952497941fad874c7b7b6c" | ||
} |
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
30283