Skip to content

Commit

Permalink
fix(types): point to dist/index.d.ts instead of non-existing file
Browse files Browse the repository at this point in the history
Hey @hipstersmoothie, I realized why that `auto` import didn't have types.

The path in `"types"` here points to a wrong place :)
  • Loading branch information
hasparus committed Apr 15, 2021
1 parent b3056ad commit fda967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "auto",
"bin": "dist/bin/auto.js",
"main": "dist/bin/index.js",
"types": "dist/bin/index.d.ts",
"types": "dist/index.d.ts",
"description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels",
"version": "10.25.0",
"license": "MIT",
Expand Down

0 comments on commit fda967d

Please sign in to comment.