mirror of
https://github.com/vale981/metalsmith-layouts
synced 2025-03-05 09:31:39 -05:00
1.7.0
This commit is contained in:
parent
4002b654be
commit
78defcc29f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
1.7.0 - November 6, 2016
|
||||||
|
-------------------
|
||||||
|
* expose consolidate.requires fix (#18)
|
||||||
|
* check if paths are already absolute before joining the metalsmith path
|
||||||
|
|
||||||
1.6.5 - May 3, 2016
|
1.6.5 - May 3, 2016
|
||||||
-------------------
|
-------------------
|
||||||
* normalize partial name for windows
|
* normalize partial name for windows
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
|
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
|
||||||
"description": "A metalsmith plugin for layouts.",
|
"description": "A metalsmith plugin for layouts.",
|
||||||
"repository": "git://github.com/superwolff/metalsmith-layouts.git",
|
"repository": "git://github.com/superwolff/metalsmith-layouts.git",
|
||||||
"version": "1.6.5",
|
"version": "1.7.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue