summaryrefslogtreecommitdiffstats
path: root/node_modules/schema-utils/dist/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/schema-utils/dist/index.js')
-rw-r--r--node_modules/schema-utils/dist/index.js11
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