gitbook-cli
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -55,7 +55,7 @@ #! /usr/bin/env node | ||
program | ||
.command('versions:current') | ||
.command('versions:print') | ||
.description('print current version to use in the current directory') | ||
.action(function(){ | ||
runPromise( | ||
versions.current() | ||
versions.current(program.gitbook) | ||
.then(function(v) { | ||
@@ -62,0 +62,0 @@ console.log("Current version is", v); |
{ | ||
"name": "gitbook-cli", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"homepage": "https://www.gitbook.com", | ||
@@ -5,0 +5,0 @@ "description": "CLI to generate books using gitbook", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15000