拆分事件模块,之后使用npm install kunpoocc-event

This commit is contained in:
gongxh
2025-06-07 15:43:46 +08:00
parent c25c1554f3
commit 6953f738b0
9 changed files with 9 additions and 347 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "kunpocc",
"version": "1.1.3",
"version": "1.1.4",
"description": "基于creator3.0+的kunpocc库",
"main": "./dist/kunpocc.cjs",
"module": "./dist/kunpocc.mjs",
@@ -43,7 +43,8 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"fairygui-cc": "^1.2.2"
"fairygui-cc": "^1.2.2",
"kunpocc-event": "^0.0.2"
},
"devDependencies": {
"@cocos/creator-types": "^3.8.0",