@textlint/text-to-ast
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.2.3"></a> | ||
## [3.2.3](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.2.2...@textlint/text-to-ast@3.2.3) (2020-07-24) | ||
### Bug Fixes | ||
* "clean" command should remove tsconfig.module.tsbuildinfo ([76ac72a](https://github.com/textlint/textlint/commit/76ac72a)) | ||
<a name="3.2.2"></a> | ||
@@ -8,0 +20,0 @@ ## [3.2.2](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.2.1...@textlint/text-to-ast@3.2.2) (2020-07-24) |
{ | ||
"name": "@textlint/text-to-ast", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Parse plain text to AST with location info.", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo", | ||
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo tsconfig.module.tsbuildinfo", | ||
"crlf": "eolConverter crlf test/snapshots/crlf/input.txt", | ||
@@ -44,6 +44,6 @@ "prepublish": "npm run --if-present build", | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.3.2" | ||
"@textlint/ast-node-types": "^4.3.3" | ||
}, | ||
"devDependencies": { | ||
"@textlint/ast-tester": "^2.2.2", | ||
"@textlint/ast-tester": "^2.2.3", | ||
"cross-env": "^7.0.2", | ||
@@ -60,3 +60,3 @@ "eol-converter-cli": "^1.0.8", | ||
}, | ||
"gitHead": "c34d79a5a9320c47965090b233b0eb2f6b565c68" | ||
"gitHead": "87ddb362c0d902fd80f6f3de20de72202f0e0147" | ||
} |
45779
25
694