updated compiled output

This commit is contained in:
Michael Ficarra
2012-08-29 12:54:16 -05:00
parent b74e73058c
commit ba34f8d389

View File

@@ -29,10 +29,6 @@
});
return module._compile(content, filename);
};
} else if (require.registerExtension) {
require.registerExtension('.coffee', function(content) {
return compile(content);
});
}
exports.VERSION = '1.3.3';