We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6f6bd commit 94e8f8bCopy full SHA for 94e8f8b
v3/internal/runtime/desktop/@wailsio/runtime/package.json
@@ -1,12 +1,18 @@
1
{
2
"name": "@wailsio/runtime",
3
- "version": "3.0.0-alpha.27",
+ "type": "module",
4
+ "version": "3.0.0-alpha.28",
5
"description": "Wails Runtime",
- "main": "src/index.js",
6
- "types": "types/index.d.ts",
+ "exports": {
7
+ ".": {
8
+ "types": "./types/index.d.ts",
9
+ "require": "./src/index.js",
10
+ "import": "./src/index.js"
11
+ }
12
+ },
13
"repository": {
14
"type": "git",
- "url": "https://github.com/wailsapp/wails.git"
15
+ "url": "git+https://github.com/wailsapp/wails.git"
16
},
17
"scripts": {
18
"prebuild:types": "rimraf ./types",
0 commit comments