From 218aef8ddcb3e33a846a59db329ac46efd1006ae Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Mon, 30 Dec 2024 12:03:45 +0000 Subject: [PATCH] chore(scripts): add documentation readme --section=API ./src**/*.mjs (scripts.docs) chore(scripts): add documentation lint ./src**/*.mjs (scripts.lint:docs) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ef647131..7c097119 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ "test": "node --run test:ava", "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", - "docs": "documentation readme --section=API ./src/**/*.mjs", + "docs": "documentation readme --section=API ./src**/*.mjs", "lint": "node --run lint:docs", - "lint:docs": "documentation lint ./src/**/*.mjs" + "lint:docs": "documentation lint ./src**/*.mjs" }, "dependencies": { "@babel/core": "^7.26.0",