diff --git a/.travis.yml b/.travis.yml index a5deb93..90b60bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ script: after_success: - npm install -g coveralls && npm run coverage:report | coveralls + - npm publish --dry-run before_deploy: - npm ci diff --git a/package.json b/package.json index e5106d6..30b0ea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-rescue", - "version": "1.1.28", + "version": "1.1.29", "description": "A wrapper for async functions which makes sure all async errors are passed to your errors handler", "license": "MIT", "keywords": [ @@ -17,8 +17,7 @@ ], "main": "dist/index.js", "files": [ - "dist/*", - "dist/**/*" + "dist/*" ], "homepage": "https://github.com/rwillians/express-rescue#readme", "repository": {