mirror of
https://github.com/vale981/metalsmith-layouts
synced 2025-03-05 09:31:39 -05:00
0.6.0
* fix to use `path` for metalsmith `1.0.0`
This commit is contained in:
parent
f635a9f7c0
commit
552c00f389
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
|
||||
0.6.0 - October 3, 2014
|
||||
-----------------------
|
||||
* fix to use `path` for metalsmith `1.0.0`
|
||||
|
||||
0.5.2 - July 9, 2014
|
||||
--------------------
|
||||
* fix breaking binary files
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "metalsmith-templates",
|
||||
"description": "A metalsmith plugin to render files with templates.",
|
||||
"repository": "git://github.com/segmentio/metalsmith-templates.git",
|
||||
"version": "0.5.2",
|
||||
"version": "0.6.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Reference in a new issue