@textlint/text-to-ast
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="3.1.6"></a> | ||
## [3.1.6](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.1.5...@textlint/text-to-ast@3.1.6) (2019-10-14) | ||
**Note:** Version bump only for package @textlint/text-to-ast | ||
<a name="3.1.5"></a> | ||
@@ -8,0 +17,0 @@ ## [3.1.5](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.1.3...@textlint/text-to-ast@3.1.5) (2019-07-20) |
{ | ||
"name": "@textlint/text-to-ast", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "Parse plain text to AST with location info.", | ||
@@ -38,6 +38,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.2.4" | ||
"@textlint/ast-node-types": "^4.2.5" | ||
}, | ||
"devDependencies": { | ||
"@textlint/ast-tester": "^2.1.5", | ||
"@textlint/ast-tester": "^2.1.6", | ||
"babel-cli": "^6.24.1", | ||
@@ -48,6 +48,6 @@ "babel-preset-env": "^1.4.0", | ||
"babel-register": "^6.24.1", | ||
"cross-env": "^5.2.0", | ||
"mocha": "^6.1.4", | ||
"cross-env": "^6.0.3", | ||
"mocha": "^6.2.1", | ||
"power-assert": "^1.6.1", | ||
"rimraf": "^2.6.3" | ||
"rimraf": "^3.0.0" | ||
}, | ||
@@ -57,3 +57,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "4342d1e224fe20e936952497941fad874c7b7b6c" | ||
"gitHead": "ec9110a9ee0d3fc5b1af93abcc083b447e3c9b78" | ||
} |
33033