From fcd77d7dd8c435786cf277524c7c6c91b977096b Mon Sep 17 00:00:00 2001
From: Andrew Sliwinski <thisandagain@gmail.com>
Date: Wed, 9 Apr 2014 01:19:34 -0700
Subject: [PATCH] Add post install hook to package.json as to remove
 unnecessary manual jQuery install step

---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index 9f9beb5..fcfb169 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
   "description": "HTML 5 based Scratch project player",
   "repository": "https://github.com/LLK/scratch-html5",
   "scripts": {
+    "postinstall": "curl http://code.jquery.com/jquery-1.11.0.min.js > ./test/lib/jquery-1.11.0.min.js",
     "test": "make test"
   },
   "dependencies": {},