From 31354b1e060b9608bdbaf0c697fc750dcb6d7e88 Mon Sep 17 00:00:00 2001 From: dayu Date: Sat, 1 Aug 2020 02:28:21 +0800 Subject: [PATCH] Update plugin.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除没用到的包 --- src/commands/plugin.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/plugin.js b/src/commands/plugin.js index e326f12..fe6c5d3 100644 --- a/src/commands/plugin.js +++ b/src/commands/plugin.js @@ -2,7 +2,6 @@ const path = require('path'); const fs = require('fs-extra'); const utils = require('../utils.js'); const shell = require('shelljs'); -const axios = require('axios'); const _ = require('underscore'); let root, config; module.exports = { @@ -77,4 +76,4 @@ module.exports = { } }, desc: '插件安装' -} \ No newline at end of file +}