txt-ast-traverse
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="2.0.3"></a> | ||
## [2.0.3](https://github.com/textlint/textlint/compare/txt-ast-traverse@2.0.2...txt-ast-traverse@2.0.3) (2018-01-12) | ||
**Note:** Version bump only for package txt-ast-traverse | ||
<a name="2.0.2"></a> | ||
@@ -8,0 +16,0 @@ ## [2.0.2](https://github.com/textlint/textlint/compare/txt-ast-traverse@2.0.1...txt-ast-traverse@2.0.2) (2017-12-31) |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"homepage": "https://github.com/textlint/textlint/tree/master/packages/txt-ast-traverse", | ||
@@ -24,3 +24,4 @@ "repository": { | ||
"watch": "tsc -p . --watch", | ||
"prepublish": "npm run --if-present build" | ||
"prepublish": "npm run --if-present build", | ||
"clean": "rimraf lib/" | ||
}, | ||
@@ -41,2 +42,3 @@ "directories": { | ||
"mocha": "^4.0.1", | ||
"rimraf": "^2.6.2", | ||
"ts-node": "^4.0.2", | ||
@@ -43,0 +45,0 @@ "typescript": "^2.6.2" |
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
24757
8