From e6de002b6302a36bf158526f3331c55a640d78cb Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Fri, 19 Mar 2021 10:15:25 +0100 Subject: [PATCH] :robot: cleaning(package.json): Remove esdoc script. These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/ab26fc3b8d8900f903d6c5d5618882f508089c94/src/transforms/docs:remove-esdoc-script.js Please contact the author of the transform if you believe there was an error. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index dbe98ca..9712e46 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "build-docs": "esdoc", "cover": "c8 --all --src src --reporter=lcov npm test", "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", - "esdoc": "esdoc", "lint": "true", "lint-config": "fixpack --dryRun", "lint-config-and-fix": "fixpack || fixpack",