Skip to content

Commit

Permalink
fix: types package.json (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhang committed Mar 7, 2022
1 parent bc501f1 commit d1b24b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
}

0 comments on commit d1b24b0

Please sign in to comment.