修复依赖

v1^2
宇天 2020-09-29 20:39:37 +08:00
parent 0b01b0f975
commit c01c726ea4
1 changed files with 10 additions and 2 deletions

View File

@ -1,11 +1,19 @@
{ {
"name": "@gm5/session", "name": "@gm5/session",
"version": "1.0.0", "version": "1.0.1",
"type": "module", "type": "module",
"description": "会话中间件。", "description": "会话中间件。",
"main": "index.js", "main": "index.js",
"author": "yutent <yutent.io@gmail.com>", "author": "yutent <yutent.io@gmail.com>",
"keywords": ["fivejs", "controller", "http"], "keywords": [
"fivejs",
"session",
"http"
],
"dependencies": {
"crypto.js": "^2.0.2",
"ioredis": "^4.17.3"
},
"repository": "https://github.com/bytedo/gmf.session.git", "repository": "https://github.com/bytedo/gmf.session.git",
"license": "MIT" "license": "MIT"
} }