pico-engine-core
Advanced tools
Comparing version 0.15.1 to 0.15.2
{ | ||
"name": "pico-engine-core", | ||
"version": "0.15.1", | ||
"version": "0.15.2", | ||
"description": "The core javascript api for the pico-engine. (no http, logging, process management etc...)", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -45,2 +45,5 @@ var _ = require("lodash"); | ||
delete r.directive; | ||
}else{ | ||
//we always want to return a directives array even if it's empty | ||
r.directives = []; | ||
} | ||
@@ -47,0 +50,0 @@ |
53914
1747