We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d9dd0a + d47eabf commit 15f80fcCopy full SHA for 15f80fc
1 file changed
packages/browser-sync/lib/bin.ts
@@ -43,7 +43,7 @@ function runFromCli() {
43
.command("init", "Create a configuration file")
44
.command("reload", "Send a reload event over HTTP protocol")
45
.command("recipe", "Generate the files for a recipe")
46
- .version(() => pkg.version)
+ .version(pkg.version)
47
.epilogue(
48
[
49
"For help running a certain command, type <command> --help",
0 commit comments