@antora/cli
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -42,3 +42,3 @@ 'use strict' | ||
function getTTYColumns () { | ||
return process.env.COLUMNS || process.stdout.columns || 80 | ||
return +process.env.COLUMNS || process.stdout.columns || 80 | ||
} | ||
@@ -45,0 +45,0 @@ |
{ | ||
"name": "@antora/cli", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "The command line interface for Antora.", | ||
@@ -20,8 +20,5 @@ "license": "MPL-2.0", | ||
}, | ||
"scripts": { | ||
"test": "_mocha" | ||
}, | ||
"dependencies": { | ||
"@antora/logger": "3.0.1", | ||
"@antora/playbook-builder": "3.0.1", | ||
"@antora/logger": "3.0.2", | ||
"@antora/playbook-builder": "3.0.2", | ||
"@antora/user-require-helper": "~2.0", | ||
@@ -31,3 +28,3 @@ "commander": "~8.3" | ||
"devDependencies": { | ||
"@antora/site-publisher": "3.0.1", | ||
"@antora/site-publisher": "3.0.2", | ||
"@asciidoctor/core": "~2.2", | ||
@@ -52,3 +49,7 @@ "convict": "~6.2", | ||
], | ||
"gitHead": "e8e6f6ba33b1ab3f796907b5a256893a64844cd1" | ||
"scripts": { | ||
"test": "_mocha", | ||
"prepublishOnly": "node $npm_config_local_prefix/npm/prepublishOnly.js", | ||
"postpublish": "node $npm_config_local_prefix/npm/postpublish.js" | ||
} | ||
} |
@@ -48,3 +48,3 @@ # Antora CLI | ||
The `antora` command will output the generated site to the _build/site_ folder by default. | ||
The `antora` command will output the generated site to the *build/site* folder by default. | ||
@@ -51,0 +51,0 @@ ## Copyright and License |
12127
8
+ Added@antora/logger@3.0.2(transitive)
+ Added@antora/playbook-builder@3.0.2(transitive)
- Removed@antora/logger@3.0.1(transitive)
- Removed@antora/playbook-builder@3.0.1(transitive)
Updated@antora/logger@3.0.2