Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "dtrie", | ||
"description": "Trie implementation based on a minimal automaton.", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"author": "Mathieu Turcotte <turcotte.mat@gmail.com>", | ||
@@ -13,3 +13,3 @@ "keywords": ["trie", "prefix tree", "automaton", "automata", "fsa"], | ||
"nodeunit": "0.7", | ||
"jshint": "0.9" | ||
"jshint": "0.9.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "scripts": { |
5779057