diff --git a/.npmignore b/.npmignore index 5e843d7..4c7cd83 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,3 @@ * -!dist/ +!dist/* !LICENSE diff --git a/package-lock.json b/package-lock.json index f92dfaf..2884ef6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "express-rescue", - "version": "1.1.25", + "version": "1.1.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 93170f8..35c7fc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-rescue", - "version": "1.1.25", + "version": "1.1.26", "description": "A wrapper for async functions which makes sure all async errors are passed to your errors handler", "license": "MIT", "main": "dist/index.js",