@textlint/text-to-ast
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="3.0.4"></a> | ||
## 3.0.4 (2018-01-18) | ||
**Note:** Version bump only for package @textlint/text-to-ast | ||
<a name="3.0.3"></a> | ||
@@ -8,0 +16,0 @@ ## [3.0.3](https://github.com/textlint/textlint/compare/txt-to-ast@3.0.2...txt-to-ast@3.0.3) (2018-01-12) |
{ | ||
"name": "@textlint/text-to-ast", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Parse plain text to AST with location info.", | ||
@@ -38,5 +38,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.0.0" | ||
"@textlint/ast-node-types": "^4.0.1" | ||
}, | ||
"devDependencies": { | ||
"@textlint/ast-tester": "^2.0.3", | ||
"babel-cli": "^6.24.1", | ||
@@ -50,4 +51,3 @@ "babel-preset-env": "^1.4.0", | ||
"power-assert": "^1.4.2", | ||
"rimraf": "^2.6.2", | ||
"textlint-ast-test": "^2.0.2" | ||
"rimraf": "^2.6.2" | ||
}, | ||
@@ -54,0 +54,0 @@ "publishConfig": { |
30117