Release: 1.0.3

This commit is contained in:
deltreey
2015-08-09 18:16:42 -04:00
parent e1e1e6290b
commit bc6c6fb499

View File

@@ -238,7 +238,6 @@ wildstring.replace = function (pattern, strings) {
return result;
};
module.exports = wildstring;
return wildstring;
}));
</pre>