feat: add package.json to export map
This commit is contained in:
parent
4f12196e54
commit
dc87a798ab
|
@ -14,7 +14,8 @@
|
||||||
},
|
},
|
||||||
"./node": {
|
"./node": {
|
||||||
"types": "./node.d.ts"
|
"types": "./node.d.ts"
|
||||||
}
|
},
|
||||||
|
"./package.json": "./package.json"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"electron-vite": "bin/electron-vite.js"
|
"electron-vite": "bin/electron-vite.js"
|
||||||
|
|
Loading…
Reference in a new issue