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" }