From 198b811290ece20eb27570c84af02ed623d9d1be Mon Sep 17 00:00:00 2001 From: Eric Martindale Date: Wed, 16 Apr 2014 14:35:07 -0400 Subject: [PATCH] Add missing util/index.js --- util/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 util/index.js diff --git a/util/index.js b/util/index.js new file mode 100644 index 000000000..2c8b25e1c --- /dev/null +++ b/util/index.js @@ -0,0 +1 @@ +module.exports = require('./util'); \ No newline at end of file