tree-manipulator
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "tree-manipulator", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Tree object manipulator", | ||
@@ -18,3 +18,7 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/DudaDev/tree-manipulator" | ||
"homepage": "https://github.com/DudaDev/tree-manipulator", | ||
"devDependencies": { | ||
"chai": "^2.1.1", | ||
"mocha": "^2.2.1" | ||
} | ||
} |
@@ -36,3 +36,3 @@ # Tree Manipulator [![npm version](https://badge.fury.io/js/tree-manipulator.svg)](http://badge.fury.io/js/tree-manipulator) | ||
var tm = TreeManipulator(); | ||
var tm = new TreeManipulator(); | ||
@@ -39,0 +39,0 @@ tm.findNode('2', tree); |
8690
4
2