Skip to content

Commit 7db72bf

Browse files
committed
Remove trailing comma in package.json
1 parent 3b4dbc6 commit 7db72bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "nodemon -e adoc --exec \"npm run build && npm run serve\"",
99
"serve": "node server.js",
1010
"build": "antora preview.yml --stacktrace --log-format=pretty",
11-
"build-verify": "antora --stacktrace --fetch preview.yml --log-format=json --log-level=info --log-file ./build/log/log.json",
11+
"build-verify": "antora --stacktrace --fetch preview.yml --log-format=json --log-level=info --log-file ./build/log/log.json"
1212
},
1313
"keywords": [
1414
"antora",

0 commit comments

Comments
 (0)