Skip to content

Commit

Permalink
fix: fixed files per <yarnpkg/yarn#8311>
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Aug 22, 2020
1 parent c7598e2 commit fa0c97e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
"engines": {
"node": ">=8.3.0"
},
"files": "index.js",
"files": [
"index.js"
],
"homepage": "https://github.com/niftylettuce/express-redirect-loop",
"husky": {
"hooks": {
Expand Down

0 comments on commit fa0c97e

Please sign in to comment.