mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
chore(api): add main and types fields on package.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user