Skip to content

Commit d743137

Browse files
committed
Modified module export name for absolute path to match documentation in Readme.
1 parent 08e84a0 commit d743137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swagger-ui-dist-package/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ try {
1010
// for more information.
1111
}
1212

13-
module.exports.absolutePath = require("./absolute-path.js")
13+
module.exports.getAbsoluteFSPath = require("./absolute-path.js")

0 commit comments

Comments
 (0)