移除一个没用到的属性。
parent
67296aed9a
commit
bfc53aa1a3
|
@ -58,8 +58,5 @@ const Plugin = function (context) {
|
||||||
module.exports = {
|
module.exports = {
|
||||||
key: 'git',
|
key: 'git',
|
||||||
config: pluginConfig,
|
config: pluginConfig,
|
||||||
status: {
|
|
||||||
enabled: false
|
|
||||||
},
|
|
||||||
plugin: Plugin
|
plugin: Plugin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue