Skip to content

Commit 062f567

Browse files
authored
Merge pull request #911 from tidev/remove-plugins-config
2 parents a5996f8 + 40c90b6 commit 062f567

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/commands/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ export async function run(logger, config, cli) {
151151
const validKeys = [
152152
'hooks',
153153
'modules',
154-
'plugins',
155154
'sdks',
156155
'templates',
157156
'xcode'

src/util/ticonfig.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export class TiConfig {
2828
paths: {
2929
hooks: [],
3030
modules: [],
31-
plugins: [],
3231
sdks: [],
3332
templates: []
3433
},

0 commit comments

Comments
 (0)