From 3cbb7821ac8b6d9d47a58b20d86b4e2c043d48c2 Mon Sep 17 00:00:00 2001 From: Lewis Zhang Date: Sat, 5 Mar 2022 11:49:57 -0600 Subject: [PATCH] fix: types package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48d7a65f..7849ac98 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,5 @@ "prepack": "yarn run build && oclif manifest .", "postpack": "shx rm oclif.manifest.json" }, - "types": "./lib/help.d.ts" + "types": "./lib/index.d.ts" }