diff --git a/dist/hashids.js b/dist/hashids.js index 545ace0..f03b367 100644 --- a/dist/hashids.js +++ b/dist/hashids.js @@ -1,6 +1,6 @@ "use strict"; // this file here is for backwards compatibility with an earlier CommonJS version -const Hashids = require("./hashids").default; +const Hashids = require("./index").default; Object.defineProperty(Hashids, "__esModule", {value: true}); Hashids.default = module.exports; module.exports = Hashids;