mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-29 10:25:48 +00:00
拆分事件模块,之后使用npm install kunpoocc-event
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user