From 416b4a8424b3bab64e0635c3f021b884c9c64259 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 15 Oct 2019 08:35:58 +1030 Subject: [PATCH] Don't ignore the typescript definitions when packaging (#135) --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 8e526b2..7970f12 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ src +!src/index.d.ts test docs website