directory-tree-promise
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -24,3 +24,3 @@ const fs = require('fs-promise') | ||
const name = nPath.basename(path) | ||
const item = {path, name} | ||
let item = {path, name} | ||
@@ -27,0 +27,0 @@ try { |
{ | ||
"name": "directory-tree-promise", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Asynchronously return a directory tree as a JS object", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
5986