From 65524da6dc97c9d4a6b74a7f223256535f3472c4 Mon Sep 17 00:00:00 2001 From: Alix von Schirp Date: Tue, 15 Apr 2025 16:12:42 +0200 Subject: [PATCH] chore(package.json): add types Signed-off-by: Alix von Schirp --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4c6695b..cc51084 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "description": "A client for Pushover, a service for sending notifications. Written in TypeScript. Supports sending to multiple users.", "homepage": "https://cis-oss.github.io/pushover", "version": "0.0.1", + "types": "dist/index.d.ts", "main": "dist/index.js", "author": { "email": "hi@b00tload.space",