Comparing version 0.1.0 to 0.1.1
@@ -6,3 +6,2 @@ var data = {}, | ||
function clarity() { | ||
} | ||
@@ -39,2 +38,9 @@ | ||
} | ||
else if (matchVariable) { | ||
parts[0] = input.slice(0, matchVariable.index); | ||
parts[1] = data[matchVariable[1]]; | ||
parts[2] = input.slice(matchVariable.index + matchVariable[0].length); | ||
output = parts.join(''); | ||
} | ||
@@ -41,0 +47,0 @@ return output; |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"engines": { | ||
@@ -33,2 +33,2 @@ "node": ">= 0.6.x < 0.9.0" | ||
"optionalDependencies": {} | ||
} | ||
} |
6754
7
111