metalsmith
Advanced tools
Comparing version 0.9.0 to 0.10.0
0.10.0 - August 19, 2014 | ||
------------------------ | ||
* expose `stats` on files | ||
0.9.0 - July 13, 2014 | ||
@@ -3,0 +7,0 @@ --------------------- |
@@ -195,2 +195,3 @@ | ||
file.mode = Mode(stats).toOctal(); | ||
file.stats = stats; | ||
files[name] = file; | ||
@@ -197,0 +198,0 @@ done(); |
{ | ||
"name": "metalsmith", | ||
"repository": "git://github.com/segmentio/metalsmith.git", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "description": "An extremely simple, pluggable static site generator.", |
16192
194