mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 07:12:01 +08:00
Fix browser runtime export
This commit is contained in:
parent
440abbe3b6
commit
e3783c5480
@ -19,7 +19,3 @@ The lightweight framework for web-like apps
|
||||
export function Open(target) {
|
||||
return window.wails.Browser.Open(target);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
Open: Open,
|
||||
};
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wails/runtime",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"description": "Wails V2 Javascript runtime library",
|
||||
"main": "main.js",
|
||||
"types": "runtime.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user