Release: 1.0.3
This commit is contained in:
@@ -238,7 +238,6 @@ wildstring.replace = function (pattern, strings) {
|
||||
return result;
|
||||
};
|
||||
|
||||
module.exports = wildstring;
|
||||
return wildstring;
|
||||
}));
|
||||
</pre>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wildstring",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Simple String Wildcard Handling",
|
||||
"main": "wildstring.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -184,6 +184,5 @@ wildstring.replace = function (pattern, strings) {
|
||||
return result;
|
||||
};
|
||||
|
||||
module.exports = wildstring;
|
||||
return wildstring;
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user