From 0a134c2ecaa9411d0026931b8679c3f6599d406f Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Thu, 1 Jul 2021 09:30:40 -0700 Subject: [PATCH] Fix `files` in `package.json` Closes GH-8. Reviewed-by: Merlijn Vos Reviewed-by: Titus Wormer --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fce8a0..e40d815 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,10 @@ "@types/unist": "^2.0.0", "hast-util-to-mdast": "^7.0.0" }, + "types": "index.d.ts", "files": [ - "index.js" + "index.js", + "index.d.ts" ], "devDependencies": { "@types/tape": "^4.0.0",