From 0b068dbe1dfb753a902ea589179ca468f7a73e43 Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Thu, 14 Nov 2019 00:23:14 -0300 Subject: [PATCH] Add types to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a5612ca..a43391b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Group peer to peer video calls for anybody.", "repository": "https://github.com/jeremija/peer-calls", "main": "lib/index.js", + "types": "lib/index.d.ts", "bin": { "peercalls": "./lib/index.js" },