@textlint/ast-traverse
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="2.2.4"></a> | ||
## [2.2.4](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.2.3...@textlint/ast-traverse@2.2.4) (2020-07-24) | ||
### Bug Fixes | ||
* "clean" command should remove tsconfig.module.tsbuildinfo ([76ac72a](https://github.com/textlint/textlint/commit/76ac72a)) | ||
<a name="2.2.3"></a> | ||
@@ -8,0 +20,0 @@ ## [2.2.3](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.2.2...@textlint/ast-traverse@2.2.3) (2020-07-24) |
{ | ||
"name": "@textlint/ast-traverse", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "TxtNode traverse library", | ||
@@ -33,3 +33,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", | ||
"prepublish": "npm run --if-present build", | ||
@@ -40,6 +40,6 @@ "test": "mocha \"test/**/*.ts\"", | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.3.2" | ||
"@textlint/ast-node-types": "^4.3.3" | ||
}, | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.2.3", | ||
"@textlint/markdown-to-ast": "^6.2.4", | ||
"@types/mocha": "^7.0.2", | ||
@@ -57,3 +57,3 @@ "@types/node": "^13.11.1", | ||
}, | ||
"gitHead": "c34d79a5a9320c47965090b233b0eb2f6b565c68" | ||
"gitHead": "87ddb362c0d902fd80f6f3de20de72202f0e0147" | ||
} |
42535
11
575