chore(api): add main and types fields on package.json

This commit is contained in:
Lucas Nogueira
2021-09-28 10:09:05 -03:00
parent 9f6a7e8b72
commit a47dc390e2

View File

@@ -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",