From f738b2ee7587a6e99514d43a3b34360ed864c634 Mon Sep 17 00:00:00 2001
From: Matt Godbolt <matt@godbolt.org>
Date: Sun, 24 Mar 2019 15:51:22 -0500
Subject: [PATCH] Smallest tweaks to get things working again from the earliest
 prototype

---
 etc/config/gcc-explorer.defaults.properties |  2 +-
 package.json                                | 13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/etc/config/gcc-explorer.defaults.properties b/etc/config/gcc-explorer.defaults.properties
index 7054507f1..4049186b2 100644
--- a/etc/config/gcc-explorer.defaults.properties
+++ b/etc/config/gcc-explorer.defaults.properties
@@ -1,2 +1,2 @@
 port=10240
-compilers=/usr/bin/g++-4.4:/usr/bin/g++-4.5:/usr/bin/g++-4.6
+compilers=/usr/bin/g++:/usr/bin/g++-4.4:/usr/bin/g++-4.5:/usr/bin/g++-4.6
diff --git a/package.json b/package.json
index 580dedb55..e520d611d 100644
--- a/package.json
+++ b/package.json
@@ -8,14 +8,15 @@
   },
   "main": "./app.js",
   "dependencies": {
-      "connect": "1.7.x",
-      "async": "0.1.x",
-      "mustache": "0.4.x",
-      "nopt": "1.0.x",
-      "temp": "0.4.x"
+    "connect": "1.7.x",
+    "async": "0.1.x",
+    "mustache": "0.4.x",
+    "nopt": "1.0.x",
+    "temp": "0.4.x",
+    "mime": "1.2.9"
   },
   "devDependencies": {
-      "supervisor": "0.2.x"
+    "supervisor": "0.2.x"
   },
   "license": "BSD-2-Clause"
 }
-- 
GitLab