Comparing version 1.0.1 to 1.0.2
@@ -113,2 +113,5 @@ /** Franklin M. Liang's hyphenation algorithm, implemented in Javascript. | ||
} | ||
if (nextWord !== '') { | ||
return nextWord; | ||
} | ||
} | ||
@@ -115,0 +118,0 @@ } |
{ | ||
"name": "hyphen", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Franklin M. Liang's hyphenation algorithm, implemented in Javascript.", | ||
@@ -5,0 +5,0 @@ "main": "hyphen.js", |
2382542
275836