mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-11 22:49:29 +08:00
[V3 Runtime] Ensure JS package has parity with various node versions (#3821)
node runtime parity
This commit is contained in:
parent
fc6f6bde1d
commit
94e8f8b8d7
@ -1,12 +1,18 @@
|
||||
{
|
||||
"name": "@wailsio/runtime",
|
||||
"version": "3.0.0-alpha.27",
|
||||
"type": "module",
|
||||
"version": "3.0.0-alpha.28",
|
||||
"description": "Wails Runtime",
|
||||
"main": "src/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./types/index.d.ts",
|
||||
"require": "./src/index.js",
|
||||
"import": "./src/index.js"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wailsapp/wails.git"
|
||||
"url": "git+https://github.com/wailsapp/wails.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prebuild:types": "rimraf ./types",
|
||||
|
Loading…
Reference in New Issue
Block a user