@textlint/text-to-ast
Advanced tools
Comparing version 12.6.0 to 12.6.1
{ | ||
"name": "@textlint/text-to-ast", | ||
"version": "12.6.0", | ||
"version": "12.6.1", | ||
"description": "Parse plain text to AST with location info.", | ||
@@ -45,6 +45,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^12.6.0" | ||
"@textlint/ast-node-types": "^12.6.1" | ||
}, | ||
"devDependencies": { | ||
"@textlint/ast-tester": "^12.6.0", | ||
"@textlint/ast-tester": "^12.6.1", | ||
"cross-env": "^7.0.3", | ||
@@ -61,3 +61,3 @@ "eol-converter-cli": "^1.0.8", | ||
}, | ||
"gitHead": "3aef974ba1df1ddb5b3a2e45095d352acb271c77" | ||
"gitHead": "d2b1ea21b70dd86190f530ba3c1ecad697c8f39d" | ||
} |
12