From 0651065a535dbec0513d456175da935d22df66b0 Mon Sep 17 00:00:00 2001 From: guybedford Date: Fri, 2 Aug 2013 12:01:58 -0700 Subject: [PATCH] jquery include --- jquery.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 jquery.js diff --git a/jquery.js b/jquery.js new file mode 100644 index 0000000..f26ebbd --- /dev/null +++ b/jquery.js @@ -0,0 +1 @@ +module.exports = require('jquery/codeorigin.jquery.com/cdn/jquery-2.0.3');