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 +}