Skip to content

Commit 94e8f8b

Browse files
authored
[V3 Runtime] Ensure JS package has parity with various node versions (#3821)
node runtime parity
1 parent fc6f6bd commit 94e8f8b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

v3/internal/runtime/desktop/@wailsio/runtime/package.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"name": "@wailsio/runtime",
3-
"version": "3.0.0-alpha.27",
3+
"type": "module",
4+
"version": "3.0.0-alpha.28",
45
"description": "Wails Runtime",
5-
"main": "src/index.js",
6-
"types": "types/index.d.ts",
6+
"exports": {
7+
".": {
8+
"types": "./types/index.d.ts",
9+
"require": "./src/index.js",
10+
"import": "./src/index.js"
11+
}
12+
},
713
"repository": {
814
"type": "git",
9-
"url": "https://github.com/wailsapp/wails.git"
15+
"url": "git+https://github.com/wailsapp/wails.git"
1016
},
1117
"scripts": {
1218
"prebuild:types": "rimraf ./types",

0 commit comments

Comments
 (0)