@textlint/ast-traverse
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="2.1.6"></a> | ||
## [2.1.6](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.1.5...@textlint/ast-traverse@2.1.6) (2019-10-14) | ||
**Note:** Version bump only for package @textlint/ast-traverse | ||
<a name="2.1.5"></a> | ||
@@ -8,0 +17,0 @@ ## [2.1.5](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.1.3...@textlint/ast-traverse@2.1.5) (2019-07-20) |
{ | ||
"name": "@textlint/ast-traverse", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "TxtNode traverse library", | ||
@@ -35,14 +35,14 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.2.4" | ||
"@textlint/ast-node-types": "^4.2.5" | ||
}, | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.1.5", | ||
"@textlint/markdown-to-ast": "^6.1.6", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^12.0.12", | ||
"cross-env": "^5.2.0", | ||
"mocha": "^6.1.4", | ||
"rimraf": "^2.6.3", | ||
"ts-node": "^8.1.0", | ||
"@types/node": "^12.7.12", | ||
"cross-env": "^6.0.3", | ||
"mocha": "^6.2.1", | ||
"rimraf": "^3.0.0", | ||
"ts-node": "^8.4.1", | ||
"ts-node-test-register": "^8.0.1", | ||
"typescript": "~3.5.2" | ||
"typescript": "~3.6.4" | ||
}, | ||
@@ -52,3 +52,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "4342d1e224fe20e936952497941fad874c7b7b6c" | ||
"gitHead": "ec9110a9ee0d3fc5b1af93abcc083b447e3c9b78" | ||
} |
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
33114