From 5926f2f7ec02e0be1d3d8df3c4f7573484b23d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Fri, 18 Sep 2020 00:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1b088b5..cf6ed33 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "version": "3.2.6", "type": "module", "description": "Five.js, 一个轻量级的nodejs mvc框架 旨在简单易用, 5分钟即可上手", - "author": "宇天 ", + "author": "yutent ", "main": "index.js", "dependencies": { - "crypto.js": "^1.3.1", + "crypto.js": "^2.0.1", "@bytedo/es.shim": "^1.0.0", "iofs": "^1.3.2", "mysqli": "^3.0.11", @@ -21,7 +21,9 @@ "type": "git", "url": "https://github.com/bytedo/gmf.core.git" }, - "keywords": ["five, fivejs, node-five, five.js, nodejs, mvc, koa, express"], + "keywords": [ + "five, fivejs, node-five, five.js, nodejs, mvc, koa, express" + ], "engines": { "node": ">=10.0.0" },