Skip to content

Commit

Permalink
[V3 Runtime] Ensure JS package has parity with various node versions (#…
Browse files Browse the repository at this point in the history
…3821)

node runtime parity
  • Loading branch information
atterpac authored Oct 13, 2024
1 parent fc6f6bd commit 94e8f8b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions v3/internal/runtime/desktop/@wailsio/runtime/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 94e8f8b

Please sign in to comment.