Skip to content

Commit

Permalink
Merge pull request #14 from rwillians/issue-13
Browse files Browse the repository at this point in the history
Files inside dist aren't being published
  • Loading branch information
rwillians authored Jul 18, 2020
2 parents 6d50846 + 719cc08 commit eb97962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ script:

after_success:
- npm install -g coveralls && npm run coverage:report | coveralls
- npm publish --dry-run

before_deploy:
- npm ci
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -17,8 +17,7 @@
],
"main": "dist/index.js",
"files": [
"dist/*",
"dist/**/*"
"dist/*"
],
"homepage": "https://github.com/rwillians/express-rescue#readme",
"repository": {
Expand Down

0 comments on commit eb97962

Please sign in to comment.