@json-schema-tools/traverse
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -0,1 +1,9 @@ | ||
## [1.7.3](https://github.com/json-schema-tools/traverse/compare/1.7.2...1.7.3) (2020-10-23) | ||
### Bug Fixes | ||
* add lint script to package.json ([18bdfff](https://github.com/json-schema-tools/traverse/commit/18bdfff1ce453ea2fbc89d418b34b722e0759712)) | ||
* update node version ([d4c9809](https://github.com/json-schema-tools/traverse/commit/d4c9809bf641f3c42f9b3744ee8736bb391729bf)) | ||
## [1.7.2](https://github.com/json-schema-tools/traverse/compare/1.7.1...1.7.2) (2020-10-23) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@json-schema-tools/traverse", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "This package exports a method that will traverse a JSON-Schema, calling a mutation function for each sub schema found. It is useful for building tools to work with JSON Schemas.", | ||
@@ -20,3 +20,4 @@ "main": "build/index.js", | ||
"build:docs": "typedoc", | ||
"test": "jest --coverage" | ||
"test": "jest --coverage", | ||
"lint": "eslint . --ext .ts" | ||
}, | ||
@@ -23,0 +24,0 @@ "author": "Zachary Belford<belfordz66@gmail.com>", |
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
36233