From ae6372c92678e407c3671259a9983ecfdefcf055 Mon Sep 17 00:00:00 2001 From: Joachim Holwech Date: Wed, 16 Oct 2019 19:27:13 +0200 Subject: [PATCH] Added wildcard so that all typescript typings are included in NPM package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02b5483..f6f9320 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "files": [ "dist/piexif.js", "dist/piexif.js.map", - "dist/index.d.ts", + "dist/*.d.ts", "LICENSE.txt", "README.md", "package.json"