From 381a24121fc6fb48a0d405b937f076629aedddfd Mon Sep 17 00:00:00 2001 From: Stefan Mansson Date: Sun, 9 Feb 2020 19:36:33 +0100 Subject: [PATCH] refactor: make exportable --- .gitignore | 3 +++ src/index.ts | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6704566..444ef8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +index.d.ts +dist + # Logs logs *.log diff --git a/src/index.ts b/src/index.ts index e69de29..23181cd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -0,0 +1 @@ +export { default as Dribbble } from './Dribbble';