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

pull/85/head
Lucas Nogueira 4 years ago
parent 9f6a7e8b72
commit a47dc390e2
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F

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

Loading…
Cancel
Save