Skip to content

Commit 56d10ad

Browse files
committed
bugfix - lib/ directory was not included in the npm package
1 parent 4e66b16 commit 56d10ad

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.5.1 ##
2+
* Bugfix: `lib/` directory was not included in the npm package
3+
4+
## 0.5.0 ##
5+
* Added: expressjs support with native npm package/error handler
6+
17
## 0.4.1 ##
28
* Bugfix: Restored NGINX Configuration from 0331dac487caa0b3ddb5897b5d35afc2c01dfbd5
39
* Added: Semantic Versioning

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-error-pages",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Simple HTTP Error Pages for expressjs",
55
"keywords": [
66
"http",
@@ -13,7 +13,7 @@
1313
"handler"
1414
],
1515
"files": [
16-
"bin",
16+
"lib",
1717
"dist",
1818
"express-demo.js",
1919
"CHANGED.md",

0 commit comments

Comments
 (0)