stormpath-restify
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -14,3 +14,3 @@ var Promise = require("bluebird"); | ||
}else{ | ||
next(err); | ||
res.json(err.status || 500,err); | ||
} | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "stormpath-restify", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": "Official Stormpath Integration for Restify", |
21212