From 2d9c93da263097cbcb9f767d7e5b879656b8d085 Mon Sep 17 00:00:00 2001
From: Ray Schamp <ray@scratch.mit.edu>
Date: Mon, 26 Sep 2016 10:21:39 -0400
Subject: [PATCH] Always use the most recent scratch-* packages

---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 3b2451147..c1aa6d627 100644
--- a/package.json
+++ b/package.json
@@ -30,9 +30,9 @@
     "html-webpack-plugin": "2.22.0",
     "json-loader": "0.5.4",
     "lodash.defaultsdeep": "4.4.0",
-    "scratch-blocks": "0.1.0-27fbe",
-    "scratch-render": "0.1.0-9f26a",
-    "scratch-vm": "0.1.0-9f59e",
+    "scratch-blocks": "*",
+    "scratch-render": "*",
+    "scratch-vm": "*",
     "webpack": "1.13.2",
     "webpack-dev-server": "1.15.2"
   }
-- 
GitLab