Browse Source

refs #2170 added traverse to package json

Phil Murray 12 years ago
parent
commit
72e3d262e0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -25,7 +25,8 @@
     "stream-utils": "*",
     "es6-shim": "*",
     "sift": "*",
-    "async":"*"
+    "async":"*",
+    "traverse":"*"
   },
   "devDependencies": {
     "mocha": "*",