assemble-fs
Advanced tools
Comparing version 0.3.7 to 0.4.0
@@ -128,4 +128,4 @@ /*! | ||
function toCollection(app, options) { | ||
options = options || {}; | ||
var name = options.collectionName || 'streamFiles'; | ||
var opts = utils.extend({collection: 'streamFiles'}, options); | ||
var name = opts.collection; | ||
var collection, view; | ||
@@ -132,0 +132,0 @@ |
{ | ||
"name": "assemble-fs", | ||
"description": "Assemble plugin to add methods to assemble for working with the file system, like src, dest, copy and symlink.", | ||
"version": "0.3.7", | ||
"version": "0.4.0", | ||
"homepage": "https://github.com/assemble/assemble-fs", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
10539