Revert "Bump jsonschema from 1.2.6 to 1.4.0"

This commit is contained in:
Chuan-kai Lin 2021-08-09 12:03:58 -07:00 committed by GitHub
parent 8ddd620de3
commit 8068352efa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 168 additions and 533 deletions

View file

@ -3,7 +3,6 @@
var Validator = module.exports.Validator = require('./validator');
module.exports.ValidatorResult = require('./helpers').ValidatorResult;
module.exports.ValidatorResultError = require('./helpers').ValidatorResultError;
module.exports.ValidationError = require('./helpers').ValidationError;
module.exports.SchemaError = require('./helpers').SchemaError;
module.exports.SchemaScanResult = require('./scan').SchemaScanResult;