5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 17:21:33 +08:00

Fix browser runtime export

This commit is contained in:
Lea Anthony 2020-10-20 09:24:03 +11:00
parent 440abbe3b6
commit e3783c5480
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
2 changed files with 1 additions and 5 deletions

View File

@ -19,7 +19,3 @@ The lightweight framework for web-like apps
export function Open(target) { export function Open(target) {
return window.wails.Browser.Open(target); return window.wails.Browser.Open(target);
} }
module.exports = {
Open: Open,
};

View File

@ -1,6 +1,6 @@
{ {
"name": "@wails/runtime", "name": "@wails/runtime",
"version": "1.0.8", "version": "1.0.9",
"description": "Wails V2 Javascript runtime library", "description": "Wails V2 Javascript runtime library",
"main": "main.js", "main": "main.js",
"types": "runtime.d.ts", "types": "runtime.d.ts",