Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 0d01c09

Browse files
author
Daniel Brain
committed
Fix promise export
1 parent 8b5caa0 commit 0d01c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ export function init() {
2323
init();
2424

2525
export * from './public';
26-
export { Promise } from './lib';
26+
export { ZalgoPromise as Promise } from 'zalgo-promise/src';

0 commit comments

Comments
 (0)