chore(ws): move package.json to plugin root

pull/49/head
Jonas Kruckenberg 2 years ago
parent 35a21e1347
commit 7337826bef

@ -6,20 +6,20 @@
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],
"type": "module", "type": "module",
"browser": "dist/index.min.js", "browser": "guest-js/dist/index.min.js",
"module": "dist/index.mjs", "module": "guest-js/dist/index.mjs",
"types": "dist/index.d.ts", "types": "guest-js/dist/index.d.ts",
"exports": { "exports": {
"import": "./dist/index.mjs", "import": "./guest-js/dist/index.mjs",
"types": "./dist/index.d.ts", "types": "./guest-js/dist/index.d.ts",
"browser": "./dist/index.min.js" "browser": "./guest-js/dist/index.min.js"
}, },
"scripts": { "scripts": {
"build": "rollup -c" "build": "rollup -c"
}, },
"files": [ "files": [
"dist", "guest-js/dist",
"!dist/**/*.map", "!guest-js/dist/**/*.map",
"README.md", "README.md",
"LICENSE" "LICENSE"
], ],
Loading…
Cancel
Save