UNPKG

base-config-schema

Version:

Schema for the base-config plugin, used for normalizing config values before passing them to config.process().

8 lines (5 loc) 105 B
'use strict'; var views = require('./views'); module.exports = function(app) { return views(app); };