swagger-ui-cornify
Advanced tools
Comparing version 1.0.2 to 1.0.3
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(["exports"], factory); | ||
define(["module"], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports); | ||
factory(module); | ||
} else { | ||
@@ -10,12 +10,8 @@ var mod = { | ||
}; | ||
factory(mod.exports); | ||
factory(mod); | ||
global.SwaggerUICornify = mod.exports; | ||
} | ||
})(this, function (exports) { | ||
})(this, function (module) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = SwaggerUICornify; | ||
// import cornify from "cornified" | ||
@@ -50,3 +46,3 @@ | ||
function SwaggerUICornify() { | ||
module.exports = function SwaggerUICornify() { | ||
return { | ||
@@ -61,3 +57,3 @@ statePlugins: { | ||
}; | ||
} | ||
}; | ||
}); |
{ | ||
"name": "swagger-ui-cornify", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "", | ||
@@ -5,0 +5,0 @@ "description": "Cornify plugin for Swagger-UI v3", |
3635
53