Release: 1.0.3

This commit is contained in:
deltreey
2015-08-09 18:16:42 -04:00
parent 19b1a6dd67
commit 278989231d
3 changed files with 1 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "wildstring",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple String Wildcard Handling",
"main": "wildstring.js",
"scripts": {

View File

@@ -184,6 +184,5 @@ wildstring.replace = function (pattern, strings) {
return result;
};
module.exports = wildstring;
return wildstring;
}));