@@ -1,3 +1,9 @@
+## 0.5.1 ##
+* Bugfix: `lib/` directory was not included in the npm package
+
+## 0.5.0 ##
+* Added: expressjs support with native npm package/error handler
## 0.4.1 ##
* Bugfix: Restored NGINX Configuration from 0331dac487caa0b3ddb5897b5d35afc2c01dfbd5
* Added: Semantic Versioning
@@ -1,6 +1,6 @@
{
"name": "http-error-pages",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "Simple HTTP Error Pages for expressjs",
"keywords": [
"http",
@@ -13,7 +13,7 @@
"handler"
],
"files": [
- "bin",
+ "lib",
"dist",
"express-demo.js",
"CHANGED.md",