Skip to content

Commit

Permalink
including dist/* and dist/**/*
Browse files Browse the repository at this point in the history
  • Loading branch information
rwillians committed Jul 18, 2020
1 parent f72f0e4 commit 6d50846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -17,6 +17,7 @@
],
"main": "dist/index.js",
"files": [
"dist/*",
"dist/**/*"
],
"homepage": "https://github.com/rwillians/express-rescue#readme",
Expand Down

0 comments on commit 6d50846

Please sign in to comment.