We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bab164 commit cf81891Copy full SHA for cf81891
bin/cli.js
@@ -37,7 +37,7 @@ var argv = require('./cli-args').argv;
37
38
var taskName = (!!argv._) ? argv._[0] : undefined;
39
40
-if (argv.version) {argv._
+if (argv.version) {
41
var packagePath = path.join(__dirname, '..', 'package.json');
42
var version = require(packagePath).version;
43
console.log('angularity:', version);
0 commit comments