From d1b24b0703224572fbc7a449dd06d92f05eb8d10 Mon Sep 17 00:00:00 2001 From: Lewis Zhang Date: Mon, 7 Mar 2022 08:42:20 -0600 Subject: [PATCH] fix: types package.json (#375) --- 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" }