From f13c61dee3e47f9ae350c66c767e73204905ee69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Flipo?= Date: Fri, 18 May 2018 17:03:30 +0200 Subject: [PATCH] fixes strapi/strapi-sdk-javascript#12 strapi/strapi-sdk-javascript#6 --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7f7c664..de0c982 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,2 @@ -export * from './lib/sdk'; +import Strapi from './lib/sdk'; +export default Strapi;