From 54deecd376a119b55a0f04e66ea58e1af2148690 Mon Sep 17 00:00:00 2001 From: gonghao Date: Wed, 26 Jun 2019 15:17:45 +0800 Subject: [PATCH] update shelljs --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc366737..58503e8b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## 简介 -本项目是区块链中间件平台web管理平台,使用框架`vue-cli`,支持fisco-bcos 2.0版本及以上。 +本项目是区块链中间件平台WeBASE管理平台,使用框架`vue-cli`,支持fisco-bcos 2.0版本及以上。 兼容浏览器IE9及以上,360浏览器兼容版(IE9内核),360浏览器极速版,chrome浏览器。 diff --git a/package.json b/package.json index 36ab5c53..290e5c9a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "postcss-url": "^7.2.1", "rimraf": "^2.6.0", "semver": "^5.3.0", - "shelljs": "^0.7.6", + "shelljs": "^0.8.3", "uglifyjs-webpack-plugin": "^1.1.1", "url-loader": "^1.1.2", "vue-loader": "^15.7.0",