rename `main` entry point to `module`

pull/85/head
Jonas Kruckenberg 4 years ago committed by GitHub
parent 1f4f63c9f2
commit 13e30ac5b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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": [

Loading…
Cancel
Save