From aae7c6c8dfd78e3c1fca73a8b8751ebae5c91d66 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 27 Sep 2017 08:03:26 -0700 Subject: [PATCH] plotly.js: Fix no-self-import (#20075) --- types/plotly.js/lib/core.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/plotly.js/lib/core.d.ts b/types/plotly.js/lib/core.d.ts index ef878f8e8d..ccf5761786 100644 --- a/types/plotly.js/lib/core.d.ts +++ b/types/plotly.js/lib/core.d.ts @@ -1 +1 @@ -export * from 'plotly.js'; +export * from '..';