@freearhey/core
Advanced tools
Comparing version
{ | ||
"name": "@freearhey/core", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Toolset for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -10,3 +10,3 @@ import { File } from './' | ||
constructor(rootDir?: string) { | ||
this._rootDir = path.resolve(path.normalize(rootDir || process.cwd())) | ||
this._rootDir = rootDir ? path.resolve(rootDir) : process.cwd() | ||
} | ||
@@ -13,0 +13,0 @@ |
60353
-0.01%