Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 13, 2022
1 parent 01cff41 commit 8793648
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/runners/plugin/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ import { item } from './item.js'
export const RUNNER_PLUGIN_TYPE = {
// Commands which can use this plugin type
commands: ['dev', 'run'],
// Name used:
// - As a default value for the selection property
// - As a default value for the configuration property appended with `Config`
// - In the return value
// - In error messages
// Name used in error messages
name: 'runner',
// Configuration property to select the plugin
pluginProp: 'id',
Expand Down

0 comments on commit 8793648

Please sign in to comment.