Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "avltree", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "an AVL tree implementation that supports node streams", | ||
@@ -33,3 +33,4 @@ "main": "index.js", | ||
"underscore": "~1.6.0" | ||
} | ||
}, | ||
"url": "https://github.com/mmaelzer/avltree" | ||
} |
21785