Comparing version
@@ -12,3 +12,3 @@ { | ||
], | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"author": "Vladimir Sabev (https://github.com/vdsabev)", | ||
@@ -15,0 +15,0 @@ "repository": "git://github.com/vdsabev/var", |
@@ -5,2 +5,2 @@ var path = require('path'); | ||
exports.get = (fileName) => path.join(process.cwd(), fileName); | ||
exports.get = (fileName) => path.resolve(process.cwd(), fileName); |
12318
0.02%