From a7c3bb77ce046f9a70d7a162594efb5a9b91ad7c Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Thu, 18 Mar 2021 22:35:03 +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/17001e676fa44361155baf8a8e44894908dd6c6d/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 3e4b26d..5ee4441 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "build": "rm -rf lib && babel src -d lib", "build-docs": "esdoc", "cover": "c8 --all --src src --reporter=lcov npm test", - "esdoc": "esdoc", "lint-config": "fixpack --dryRun", "lint-config-and-fix": "fixpack || fixpack", "prepare": "npm run build",