metalsmith
Advanced tools
Comparing version 0.2.3 to 0.3.0
0.3.0 - March 8, 2013 | ||
--------------------- | ||
* change to not trim file contents | ||
0.2.3 - March 7, 2013 | ||
@@ -3,0 +7,0 @@ --------------------- |
@@ -145,3 +145,3 @@ | ||
files[name] = parsed.attributes; | ||
files[name].contents = new Buffer(parsed.body.trim()); | ||
files[name].contents = new Buffer(parsed.body); | ||
} | ||
@@ -148,0 +148,0 @@ done(); |
{ | ||
"name": "metalsmith", | ||
"repository": "git://github.com/segmentio/metalsmith.git", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"license": "MIT", | ||
@@ -40,4 +40,5 @@ "description": "An extremely simple, pluggable static site generator.", | ||
"fs-readdir-recursive": "0.0.1", | ||
"assert-dir-equal": "~0.1.0" | ||
"assert-dir-equal": "~0.1.0", | ||
"metalsmith-drafts": "0.0.1" | ||
} | ||
} |
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
11958
5