diff --git a/package.json b/package.json index 15ac804..e5106d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-rescue", - "version": "1.1.27", + "version": "1.1.28", "description": "A wrapper for async functions which makes sure all async errors are passed to your errors handler", "license": "MIT", "keywords": [ @@ -17,6 +17,7 @@ ], "main": "dist/index.js", "files": [ + "dist/*", "dist/**/*" ], "homepage": "https://github.com/rwillians/express-rescue#readme",