From c915df3cc497c2dbf47f32d8ed7626b24dc28923 Mon Sep 17 00:00:00 2001
From: Ray Schamp <ray@scratch.mit.edu>
Date: Thu, 31 May 2018 17:54:10 -0400
Subject: [PATCH] Clean up the rest of the dependencies

Hopefully.
---
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 6774cdc13..960d64274 100644
--- a/package.json
+++ b/package.json
@@ -40,13 +40,13 @@
     "minilog": "3.1.0",
     "nets": "3.2.0",
     "scratch-parser": "4.1.1",
+    "scratch-translate-extension-languages": "0.0.20180521154850",
     "socket.io-client": "2.0.4",
     "text-encoding": "0.6.4",
     "worker-loader": "^1.1.1"
   },
   "devDependencies": {
     "adm-zip": "0.4.7",
-    "arraybuffer-loader": "^1.0.3",
     "babel-core": "^6.24.1",
     "babel-eslint": "^8.0.1",
     "babel-loader": "^7.0.0",
@@ -66,7 +66,6 @@
     "scratch-blocks": "latest",
     "scratch-render": "latest",
     "scratch-storage": "^0.4.0",
-    "scratch-translate-extension-languages": "0.0.20180521154850",
     "script-loader": "0.7.2",
     "stats.js": "^0.17.0",
     "tap": "^11.0.1",