@textlint/ast-traverse
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -6,2 +6,19 @@ # Change Log | ||
<a name="2.0.9"></a> | ||
## [2.0.9](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.0.8...@textlint/ast-traverse@2.0.9) (2018-07-22) | ||
### Chores | ||
* **deps:** update mocha ([5df8af4](https://github.com/textlint/textlint/commit/5df8af4)) | ||
### Code Refactoring | ||
* **kernel:** separate linter and fixer descriptor ([b5bc8bd](https://github.com/textlint/textlint/commit/b5bc8bd)) | ||
* **typescript:** update to TypeScript 2.8 ([f7b2b08](https://github.com/textlint/textlint/commit/f7b2b08)) | ||
<a name="2.0.8"></a> | ||
@@ -8,0 +25,0 @@ ## [2.0.8](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.0.7...@textlint/ast-traverse@2.0.8) (2018-04-02) |
{ | ||
"name": "@textlint/ast-traverse", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "TxtNode traverse library", | ||
@@ -35,14 +35,14 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.0.2" | ||
"@textlint/ast-node-types": "^4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.0.8", | ||
"@types/mocha": "^2.2.44", | ||
"@textlint/markdown-to-ast": "^6.0.9", | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^8.5.1", | ||
"cross-env": "^5.1.1", | ||
"mocha": "^4.0.1", | ||
"mocha": "^5.1.1", | ||
"rimraf": "^2.6.2", | ||
"ts-node": "^4.0.2", | ||
"ts-node-test-register": "^1.0.1", | ||
"typescript": "^2.6.2" | ||
"ts-node": "^7.0.0", | ||
"ts-node-test-register": "^4.0.0", | ||
"typescript": "~2.8.4" | ||
}, | ||
@@ -49,0 +49,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26181