From d6ec78e7c11aa8156f646c50a86e887d610c7a65 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 2 Mar 2020 18:19:17 -0700 Subject: [PATCH] Ship the TypeScript declarations too TypeScript declarations were added, but unfortunately they didn't get put into the release because they weren't listed as a file. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e2a0b8..32bec1f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "license": "MIT", "files": [ "index.js", - "data.json" + "data.json", + "index.d.ts" ], "scripts": { "lint": "eslint .",