update deps
This commit is contained in:
parent
322a153ed2
commit
ad63e4a88e
3
examples/cocos-creator-multiplayer/README.md
Normal file
3
examples/cocos-creator-multiplayer/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# TSRPC + Cocos 多人实时对战 Demo
|
||||
|
||||
|
@ -4,13 +4,13 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc link --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"doc": "tsrpc doc --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc link",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"test": "mocha test/**/*.test.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^8.2.3",
|
||||
@ -22,6 +22,6 @@
|
||||
"typescript": "^4.5.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"tsrpc": "^3.1.3-dev.1"
|
||||
"tsrpc": "^3.1.3"
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,6 @@
|
||||
"version": "3.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"tsrpc-base-client": "^1.2.3",
|
||||
"tsrpc-browser": "^3.1.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user