trie-prefix-tree
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -35,6 +35,4 @@ 'use strict'; | ||
if (opts.type === 'anagram') { | ||
if (wordIsEmpty && endWordFound && !wordFound) { | ||
words.push(prefix); | ||
} | ||
if (wordIsEmpty && endWordFound && !wordFound) { | ||
words.push(prefix); | ||
} | ||
@@ -41,0 +39,0 @@ |
{ | ||
"name": "trie-prefix-tree", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Create and modify trie prefix structures, extract word lists including anagrams and sub-anagrams", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
12479
293