mirror of
https://github.com/vale981/metalsmith-collections
synced 2025-03-04 17:01:41 -05:00
0.2.0
* add collections dictionary to global metadata
This commit is contained in:
parent
bd1d662b25
commit
dac3268d52
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
|
||||
0.2.0 - March 20, 2013
|
||||
----------------------
|
||||
* add collections dictionary to global metadata
|
||||
|
||||
0.1.0 - March 6, 2013
|
||||
---------------------
|
||||
* add matching by pattern
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "metalsmith-collections",
|
||||
"description": "A Metalsmith plugin that adds collections of files to the global metadata.",
|
||||
"repository": "git://github.com/segmentio/metalsmith-collections.git",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
|
@ -15,4 +15,4 @@
|
|||
"metalsmith": "0.x",
|
||||
"mocha": "1.x"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue