Skip to content

Commit

Permalink
bin: Update flag --versions
Browse files Browse the repository at this point in the history
* Added versions of `jp-kernel` and `zeromq`.
  • Loading branch information
n-riesco committed Dec 12, 2016
1 parent 8a2edf8 commit 3547bad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/ijavascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,10 @@ function parseCommandArgs(context) {
} else if (e === "--versions") {
console.log("ijavascript", context.packageJSON.version);
console.log("jmp", getPackageVersion("jmp"));
console.log("jp-kernel", getPackageVersion("jp-kernel"));
console.log("nel", getPackageVersion("nel"));
console.log("uuid", getPackageVersion("uuid"));
console.log("zeromq", getPackageVersion("zeromq"));
process.exit(0);

} else {
Expand Down

0 comments on commit 3547bad

Please sign in to comment.