This commit is contained in:
2019-10-17 16:49:27 +08:00
parent e6783610d4
commit ac73c52395
7 changed files with 20 additions and 14 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "@cc-server/ws",
"version": "0.6.3",
"version": "0.6.4",
"description": "> TODO: description",
"author": "MiaoWoo <admin@yumc.pw>",
"homepage": "https://faas.yumc.pw",
"license": "ISC",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
},
@@ -19,7 +20,7 @@
"url": "git+https://github.com/502647092/cc-server-parent.git"
},
"dependencies": {
"@cc-server/ioc": "^0.6.3",
"@cc-server/ioc": "^0.6.4",
"inversify": "^5.0.1",
"reflect-metadata": "^0.1.13",
"socket.io": "^2.2.0"