@antora/cli
Advanced tools
Comparing version 1.0.0-rc.2 to 1.0.0
@@ -11,3 +11,3 @@ #!/usr/bin/env node | ||
const DOT_RELATIVE_RX = new RegExp(`^\\.{1,2}[${[...new Set(['/', ospath.sep])].join('').replace('\\', '\\\\')}]`) | ||
const DOT_RELATIVE_RX = new RegExp(`^\\.{1,2}[/${ospath.sep.replace('/', '').replace('\\', '\\\\')}]`) | ||
const { version: VERSION } = require('../package.json') | ||
@@ -14,0 +14,0 @@ |
{ | ||
"name": "@antora/cli", | ||
"version": "1.0.0-rc.2", | ||
"version": "1.0.0", | ||
"description": "The command line interface for Antora.", | ||
@@ -21,3 +21,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/playbook-builder": "1.0.0-rc.2", | ||
"@antora/playbook-builder": "1.0.0", | ||
"commander": "^2.15.1" | ||
@@ -24,0 +24,0 @@ }, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
10410
+ Added@antora/playbook-builder@1.0.0(transitive)
- Removed@antora/playbook-builder@1.0.0-rc.2(transitive)