Version 1
[yaffs-website] / node_modules / underscore.string / meteor-pre.js
diff --git a/node_modules/underscore.string/meteor-pre.js b/node_modules/underscore.string/meteor-pre.js
new file mode 100644 (file)
index 0000000..e692bc3
--- /dev/null
@@ -0,0 +1,6 @@
+// Defining this will trick dist/underscore.string.js into putting its exports into module.exports
+// Credit to Tim Heckel for this trick - see https://github.com/TimHeckel/meteor-underscore-string
+module = {};
+
+// This also needed, otherwise above doesn't work???
+exports = {};