Skip to content

Commit b687c69

Browse files
committed
4.0.0
1 parent 0a4d19e commit b687c69

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asciidoctor/cli",
3-
"version": "3.4.0",
3+
"version": "4.0.0",
44
"description": "The Command Line Interface (CLI) for Asciidoctor.js",
55
"main": "lib/cli.js",
66
"engines": {
@@ -61,7 +61,9 @@
6161
"@asciidoctor/core": ">=2 <4"
6262
},
6363
"standard": {
64-
"env": ["mocha"]
64+
"env": [
65+
"mocha"
66+
]
6567
},
6668
"volta": {
6769
"node": "18.16.1"

0 commit comments

Comments
 (0)