File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = {
15
15
describe : 'Broadcasts the server via ZeroConf networking on start' ,
16
16
} ,
17
17
{
18
- name : 'liveReload ' ,
18
+ name : 'live-reload ' ,
19
19
type : Boolean ,
20
20
defaultValue : true ,
21
21
describe : 'Enables/Disables live reloading on changing files' ,
@@ -55,7 +55,7 @@ module.exports = {
55
55
'Open the default browser, or optionally specify a browser name' ,
56
56
} ,
57
57
{
58
- name : 'useLocalIp ' ,
58
+ name : 'use-local-ip ' ,
59
59
type : Boolean ,
60
60
describe : 'Open default browser with local IP' ,
61
61
} ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const options = {
16
16
type : 'boolean' ,
17
17
describe : 'Broadcasts the server via ZeroConf networking on start' ,
18
18
} ,
19
- liveReload : {
19
+ 'live-reload' : {
20
20
type : 'boolean' ,
21
21
describe : 'Enables/Disables live reloading on changing files' ,
22
22
default : true ,
@@ -53,7 +53,7 @@ const options = {
53
53
type : 'string' ,
54
54
describe : 'Open the default browser, or optionally specify a browser name' ,
55
55
} ,
56
- useLocalIp : {
56
+ 'use-local-ip' : {
57
57
type : 'boolean' ,
58
58
describe : 'Open default browser with local IP' ,
59
59
} ,
You can’t perform that action at this time.
0 commit comments