From 982786ceaeee8909310b246d32de3e900ded5c1e Mon Sep 17 00:00:00 2001 From: Geoffrey Plitt Date: Tue, 21 Nov 2023 13:13:44 -0800 Subject: [PATCH] types -> typings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 753df9c..f2c3267 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "https", "call" ], - "types": "types.d.ts", + "typings": "./types.d.ts", "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)" }