Skip to content

Commit

Permalink
fix: fix path to types
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 19, 2023
1 parent 205f479 commit ba74c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"author": "Christopher Hiller <boneskull@boneskull.com> (https://boneskull.com/)",
"main": "./src/index.js",
"types": "./types/index.d.ts",
"types": "./types/src/index.d.ts",
"bin": {
"nvmermind": "./src/index.js"
},
Expand Down

0 comments on commit ba74c00

Please sign in to comment.