From d1e538bd9487b55c635b4180a859b9f628a9f6db Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 8 Jan 2023 14:43:02 +0300 Subject: [PATCH] Update package.json --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 09c161a7..f54438de 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,6 @@ "programs:load": "node scripts/commands/programs/load.js", "programs:save": "node scripts/commands/programs/save.js", "guides:update": "NODE_OPTIONS=--max-old-space-size=5120 node scripts/commands/guides/update.js", - "guides:update_legacy": "node scripts/commands/guides/update_legacy.js", - "guides:validate": "NODE_OPTIONS=--max-old-space-size=5120 node scripts/commands/guides/validate.js", "api:load": "./scripts/commands/api/load.sh", "api:update": "node scripts/commands/api/update.js", "readme:update": "node scripts/commands/readme/update.js",