Skip to content

Commit 995149c

Browse files
committed
more minor changes
1 parent 59a5184 commit 995149c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/version.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env node
22

3-
packagePath = require('path').resolve(__dirname, "../package.json");
4-
packageJson = require(packagePath);
5-
console.log("BrowserstackRunner @", packageJson["version"]);
3+
var packagePath = require('path').resolve(__dirname, "../package.json"),
4+
packageJson = require(packagePath);
5+
console.log("browserstack-runner @", packageJson["version"]);

0 commit comments

Comments
 (0)