Skip to content

Commit

Permalink
fix: update exports for backwards-compatibility (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino committed Jan 30, 2023
1 parent 5948fc1 commit 7203b67
Show file tree
Hide file tree
Showing 9 changed files with 349 additions and 327 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
@@ -1,2 +1,2 @@
import lib from "./lib";
export default lib;
export = lib;
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -6,4 +6,4 @@ var __importDefault =
};
Object.defineProperty(exports, "__esModule", { value: true });
const lib_1 = __importDefault(require("./lib"));
exports.default = lib_1.default;
module.exports = lib_1.default;

0 comments on commit 7203b67

Please sign in to comment.