Skip to content

Commit

Permalink
Merge pull request #1086 from ydcjeff/patch-1
Browse files Browse the repository at this point in the history
chore: add `files` field in package.json to only include dist files
  • Loading branch information
kamilmysliwiec committed Feb 1, 2023
2 parents a58615d + 54fd65e commit 9675033
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"test": "jest",
"prepare": "husky install"
},
"files": [
"dist",
"index.js",
"index.d.ts"
]
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0",
"passport": "^0.4.0 || ^0.5.0 || ^0.6.0"
Expand Down

0 comments on commit 9675033

Please sign in to comment.