adonis-framework
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "adonis-framework", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Adonis framework a loosely coupled http server for adonis application, it does all the required hard work to setup a managable http server with depdendency injection in place.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,4 +22,4 @@ 'use strict' | ||
env.addFilter('json', function (val) { | ||
JSON.stringify(val) | ||
return JSON.stringify(val) | ||
}) | ||
} |
76370