Comparing version 0.2.1 to 0.2.2
@@ -46,3 +46,3 @@ 'use strict'; | ||
.then(contents => { | ||
const stats = statCache[relative]; | ||
const stats = statCache[path.isAbsolute(this.cwd) ? absolutePath : relative]; | ||
const file = { contents, stats, path: absolutePath }; | ||
@@ -129,3 +129,3 @@ this.files[relative] = file; | ||
fileList() { | ||
return Object.keys(this.files) | ||
return Object.keys(this.files).sort() | ||
} | ||
@@ -132,0 +132,0 @@ } |
{ | ||
"name": "majo", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "my badass project", | ||
@@ -5,0 +5,0 @@ "repository": { |
7557