From 57b045259d22b9a9ca06bd3284eecf9b225d37df Mon Sep 17 00:00:00 2001 From: Antonio Date: Sat, 16 Nov 2024 16:51:09 +0100 Subject: [PATCH] fix: remove docs2 script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 69cccd0..8aeb932 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "test": "echo \"Error: no test specified\" && exit 1", "eslint": "./node_modules/.bin/eslint index.js", "docs": "jsdoc src -d docs --readme ./README.md -c ./conf.json -u ./tutorials", - "docs2": "jsdoc src -d docs --readme ./README.md -c ./conf.json -u ./tutorials -t node_modules/jsdoc-template", "predeploy": "npm run docs", "deploy": "gh-pages -d docs", "prettier:check": "prettier src --check",