Skip to content

Commit 5eb247d

Browse files
committed
Fix exporting openApiDiff
1 parent 61a0152 commit 5eb247d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exports.log = require('./lib/util/logging');
1111
exports.compare = validate.compare;
1212

1313
// Classes
14-
exports.OpenApiDiff = require('./lib/validators/OpenApiDiff');
14+
exports.OpenApiDiff = require('./lib/validators/openApiDiff');
1515

1616
// Constants
1717
exports.Constants = require('./lib/util/constants');

0 commit comments

Comments
 (0)