docpack-page-generator
Advanced tools
Comparing version 0.0.1-beta.3 to 0.0.1-beta.4
@@ -195,3 +195,3 @@ var path = require('path'); | ||
if (typeof config.context == 'function') { | ||
context = merge(defaultContext, config.context(targets)); | ||
context = merge(defaultContext, config.context(targets, target)); | ||
if (!isPlainObject(context)) { | ||
@@ -198,0 +198,0 @@ throw new Error('`context` function should return an object'); |
{ | ||
"name": "docpack-page-generator", | ||
"version": "0.0.1-beta.3", | ||
"version": "0.0.1-beta.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/plugin.js", |
7121