Comparing version 1.1.0 to 1.2.0
@@ -38,3 +38,3 @@ 'use strict'; | ||
for (var epoxyPluginKey of Object.keys(epoxyPlugins)) { | ||
Object.keys(epoxyPlugins).forEach(function (epoxyPluginKey) { | ||
var glueRegistrations = []; | ||
@@ -72,3 +72,3 @@ | ||
gluePlugins[gluePluginName] = glueRegistrations; | ||
} | ||
}) | ||
@@ -109,3 +109,3 @@ glueManifest.plugins = gluePlugins; | ||
for (var gluePluginKey of Object.keys(gluePlugins)) { | ||
Object.keys(gluePlugins).forEach(function (gluePluginKey) { | ||
var epoxyRegistrations = []; | ||
@@ -148,3 +148,3 @@ | ||
}; | ||
} | ||
}); | ||
@@ -151,0 +151,0 @@ epoxyManifest.plugins = epoxyPlugins; |
{ | ||
"name": "hapi-epoxy", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Flexible YAML configuration for Hapi", | ||
@@ -21,3 +21,5 @@ "license": "MIT", | ||
}, | ||
"engines": {"node": ">=0.10.41", "npm": ">=2.0.0"}, | ||
"devDependencies": { | ||
"hapi": "^10.x.x", | ||
"glue": "^2.4.0", | ||
@@ -24,0 +26,0 @@ "gulp": "^3.9.0", |
29682
7