From 5a46a0cd7a6737ec75d3d4e8036dc8595ba967e7 Mon Sep 17 00:00:00 2001 From: Kimmo Brunfeldt Date: Wed, 16 Sep 2020 12:56:48 +0300 Subject: [PATCH] Change module in typings to have correct org prefix --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index bd123a1..fdd0c0e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,4 +1,4 @@ -declare module 'json-stringify-pretty-compact' { +declare module '@aitodotai/json-stringify-pretty-compact' { const stringify: (object: any, options?: { indent?: number | string, maxLength?: number,