apology-middleware
Advanced tools
Comparing version 0.0.3 to 0.0.4
// Generated by CoffeeScript 1.7.1 | ||
(function() { | ||
var fs; | ||
var fs, path; | ||
fs = require('fs'); | ||
path = require('path'); | ||
/** | ||
@@ -9,0 +11,0 @@ * Configures options and returns a middleware function. |
{ | ||
"name": "apology-middleware", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Carrot Creative <dev@carrotcreative.com>", | ||
@@ -5,0 +5,0 @@ "description": "middleware for custom error pages", |
6341
33