From 21c8424efb0301e3a61d60b82177884733e3fa4e Mon Sep 17 00:00:00 2001 From: James Messinger Date: Sat, 9 Nov 2019 15:18:39 -0600 Subject: [PATCH] Corrected the path of the type definition file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78d446f..988c6e1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "url": "https://github.com/JS-DevTools/version-bump-prompt.git" }, "main": "lib/index.js", - "types": "lib/index.d.js", + "types": "lib/index.d.ts", "bin": { "bump": "bin/bump.js" },