Skip to content

Commit

Permalink
chore: add files field in package.json to only include dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcjeff authored Nov 10, 2022
1 parent 1805a12 commit 54fd65e
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 54fd65e

Please sign in to comment.