diff options
Diffstat (limited to 'node_modules/schema-utils/dist/index.js')
-rw-r--r-- | node_modules/schema-utils/dist/index.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/node_modules/schema-utils/dist/index.js b/node_modules/schema-utils/dist/index.js deleted file mode 100644 index 7ff2293..0000000 --- a/node_modules/schema-utils/dist/index.js +++ /dev/null @@ -1,11 +0,0 @@ -"use strict"; - -const { - validate, - ValidationError -} = require('./validate'); - -module.exports = { - validate, - ValidationError -};
\ No newline at end of file |