diff --git a/bottleneck.d.ts b/bottleneck.d.ts index 1e7aa61..d02f14e 100644 --- a/bottleneck.d.ts +++ b/bottleneck.d.ts @@ -1,4 +1,4 @@ -declare module "bottleneck" { +declare module "@sderrow/bottleneck" { namespace Bottleneck { type ConstructorOptions = { /** diff --git a/light.d.ts b/light.d.ts index c02fedd..e5d7ad2 100644 --- a/light.d.ts +++ b/light.d.ts @@ -1,4 +1,4 @@ -declare module "bottleneck/light" { +declare module "@sderrow/bottleneck/light" { namespace Bottleneck { type ConstructorOptions = { /**