mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
rename main entry point to module
This commit is contained in:
committed by
GitHub
parent
1f4f63c9f2
commit
13e30ac5b6
@@ -6,7 +6,7 @@
|
||||
],
|
||||
"description": "Tauri Plugin for WebSocket connections",
|
||||
"browser": "webview-dist/index.min.js",
|
||||
"main": "webview-dist/index.mjs",
|
||||
"module": "webview-dist/index.mjs",
|
||||
"types": "webview-dist/index.d.ts",
|
||||
"private": "true",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user