mikenicholson / passport-jwt

Passport authentication using JSON Web Tokens
MIT License
1.96k stars 213 forks source link

Remove dist/ directory #240

Closed mikenicholson closed 1 year ago

mikenicholson commented 1 year ago

Per discussion on #238, this was checked in to make testing from fork's repository easier.

Remove this directory and add it back to .gitignore since tsc output should not be committed to the repo.