Comparing version 0.0.5 to 0.0.6
@@ -81,3 +81,3 @@ const p = require('path') | ||
if(!toPath.isDirectory) throw('you can not move to a file, please provide a directory path') | ||
toPath = name ? p.join(toPath.parent, name) : toPath.path | ||
toPath = name ? p.join(toPath.path, name) : toPath.path | ||
} | ||
@@ -84,0 +84,0 @@ if(!p.extname(toPath)) toPath = p.join(toPath, this.filename()) |
{ | ||
"name": "hotfile", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6977