We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a0152 commit 5eb247dCopy full SHA for 5eb247d
index.js
@@ -11,7 +11,7 @@ exports.log = require('./lib/util/logging');
11
exports.compare = validate.compare;
12
13
// Classes
14
-exports.OpenApiDiff = require('./lib/validators/OpenApiDiff');
+exports.OpenApiDiff = require('./lib/validators/openApiDiff');
15
16
// Constants
17
exports.Constants = require('./lib/util/constants');
0 commit comments