From bfb9ed762598a3eb60eb61d8803de3f1a73137e0 Mon Sep 17 00:00:00 2001 From: Takashi Fujita Date: Wed, 11 Oct 2017 00:56:41 +0900 Subject: [PATCH] add index.d.ts into files field on package.json (#576) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 861be90..e02ee12 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "files": [ "index.js", + "index.d.ts", "html/index.js", "html/raw.js", "dist",