diff --git a/index.d.ts b/index.d.ts index ac5f7f6..3e41875 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,8 +1,8 @@ // External Modules -import { Response } from '@bluecewe/isomorphic-fetch'; +import { Response } from '@ChrisTalman/isomorphic-fetch'; // Module -declare module '@bluecewe/request' +declare module '@ChrisTalman/request' { export type PromiseCallback = (definition: Definition) => Promise>; export const promise: PromiseCallback;