From a47dc390e22c5ea5fd9bf9d5a0ab38b8401c5693 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 28 Sep 2021 10:09:05 -0300 Subject: [PATCH] chore(api): add `main` and `types` fields on `package.json` --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 12153099..26d9d27d 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,8 @@ ], "description": "Tauri Plugin for WebSocket connections", "browser": "webview-dist/index.js", + "main": "webview-dist/index.js", + "types": "webview-dist/index.d.ts", "private": "true", "scripts": { "build": "rollup -c ./webview-src/rollup.config.js",