Skip to content

Commit 21c8424

Browse files
Corrected the path of the type definition file
1 parent 90c5cff commit 21c8424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/JS-DevTools/version-bump-prompt.git"
2626
},
2727
"main": "lib/index.js",
28-
"types": "lib/index.d.js",
28+
"types": "lib/index.d.ts",
2929
"bin": {
3030
"bump": "bin/bump.js"
3131
},

0 commit comments

Comments
 (0)