Browse Source

bugfix - lib/ directory was not included in the npm package

Andi Dittrich 8 years ago
parent
commit
56d10ade09
2 changed files with 8 additions and 2 deletions
  1. 6 0
      CHANGES.md
  2. 2 2
      package.json

+ 6 - 0
CHANGES.md

@@ -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

+ 2 - 2
package.json

@@ -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",