From 442ebaf901a8ca686ce769325054e1f393d43b7c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 23 Feb 2024 21:04:18 +0000 Subject: Remove bin and config files --- config/jsdoc.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 config/jsdoc.json (limited to 'config/jsdoc.json') diff --git a/config/jsdoc.json b/config/jsdoc.json deleted file mode 100644 index 9e05753..0000000 --- a/config/jsdoc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "plugins": ["plugins/markdown"], - "opts": { - "destination": "doc", - "readme": "README.md", - "template": "node_modules/docdash", - "recurse": true - } -} -- cgit