@textlint/ast-traverse
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="2.1.2"></a> | ||
## [2.1.2](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.1.1...@textlint/ast-traverse@2.1.2) (2019-01-03) | ||
**Note:** Version bump only for package @textlint/ast-traverse | ||
<a name="2.1.1"></a> | ||
@@ -8,0 +17,0 @@ ## [2.1.1](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.1.0...@textlint/ast-traverse@2.1.1) (2019-01-03) |
{ | ||
"name": "@textlint/ast-traverse", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "TxtNode traverse library", | ||
@@ -35,6 +35,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.2.0" | ||
"@textlint/ast-node-types": "^4.2.1" | ||
}, | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.1.1", | ||
"@textlint/markdown-to-ast": "^6.1.2", | ||
"@types/mocha": "^5.2.5", | ||
@@ -52,3 +52,3 @@ "@types/node": "^10.12.18", | ||
}, | ||
"gitHead": "d035d8599ae7e3713cf6cec9745afad538b82680" | ||
"gitHead": "1f82e5f9fcdb6d21aed3b316c8a8e56378fe2847" | ||
} |
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
31913