From c175e3f58eeb4c399b2fb306157dce9bc4030a6c Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 6 Mar 2018 23:15:55 -0800 Subject: [PATCH] Point to types in package.json (#863) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 026b4c33..2662cb79 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "build/*" ], "main": "dist/npm/", + "types": "dist/npm/index.d.ts", "browser": { "ws": "./dist/npm/common/wswrapper.js" },