From 5f47dfb0dbc6fcb9a7a1f09dd440a58a2d13f937 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Mon, 12 Aug 2024 07:42:45 +0200 Subject: [PATCH] "typings" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db9251a..a07ddfc 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "license": "MIT", "author": "Sefinek (https://sefinek.net)", "main": "index.js", - "types": "./index.d.ts", + "typings": "./index.d.ts", "scripts": { "test": "jest test", "up": "ncu -u && npm install && npm update && npm audit fix"