@textlint/text-to-ast
Advanced tools
Comparing version 3.1.0-alpha.bbfc8f6d to 3.1.0
@@ -6,2 +6,29 @@ # Change Log | ||
<a name="3.1.0"></a> | ||
# [3.1.0](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.0.9...@textlint/text-to-ast@3.1.0) (2019-01-01) | ||
### Chores | ||
* **deps:** update TypeScript deps ([3ea7fb0](https://github.com/textlint/textlint/commit/3ea7fb0)) | ||
### Styles | ||
* **eslint:** apply eslint to all files ([6a9573f](https://github.com/textlint/textlint/commit/6a9573f)) | ||
<a name="3.0.9"></a> | ||
## [3.0.9](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.0.8...@textlint/text-to-ast@3.0.9) (2018-07-22) | ||
### Chores | ||
* **deps:** update mocha ([5df8af4](https://github.com/textlint/textlint/commit/5df8af4)) | ||
<a name="3.0.8"></a> | ||
@@ -8,0 +35,0 @@ ## [3.0.8](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.0.7...@textlint/text-to-ast@3.0.8) (2018-04-02) |
{ | ||
"name": "@textlint/text-to-ast", | ||
"version": "3.1.0-alpha.bbfc8f6d", | ||
"version": "3.1.0", | ||
"description": "Parse plain text to AST with location info.", | ||
@@ -38,6 +38,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.1.0-alpha.bbfc8f6d" | ||
"@textlint/ast-node-types": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@textlint/ast-tester": "^2.1.0-alpha.bbfc8f6d", | ||
"@textlint/ast-tester": "^2.1.0", | ||
"babel-cli": "^6.24.1", | ||
@@ -48,5 +48,5 @@ "babel-preset-env": "^1.4.0", | ||
"babel-register": "^6.24.1", | ||
"cross-env": "^4.0.0", | ||
"mocha": "^5.1.1", | ||
"power-assert": "^1.4.2", | ||
"cross-env": "^5.2.0", | ||
"mocha": "^5.2.0", | ||
"power-assert": "^1.6.1", | ||
"rimraf": "^2.6.2" | ||
@@ -53,0 +53,0 @@ }, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
31623
0