fix(core): update
This commit is contained in:
parent
c41a329087
commit
f40c390507
@ -5,6 +5,10 @@
|
||||
"description": "a package made for ipc communication in electron",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"exports": {
|
||||
"./ts": "./dist_ts/index.js",
|
||||
"./ts_web": "./dist_ts_web/index.js"
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Task Venture Capital GmbH",
|
||||
"license": "MIT",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@api.global/typedelectron',
|
||||
version: '1.0.3',
|
||||
version: '1.0.4',
|
||||
description: 'a package made for ipc communication in electron'
|
||||
}
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@api.global/typedelectron',
|
||||
version: '1.0.3',
|
||||
version: '1.0.4',
|
||||
description: 'a package made for ipc communication in electron'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user