Skip to content

Commit

Permalink
remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartinsky committed Oct 7, 2024
1 parent ae3f5cc commit 4d71b48
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 79 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This repository contains the code for the @rsgMLB Twitter Bot, an automated syst
- TypeScript
- Node.js
- AWS Lambda
- Twitter API (via twitter-api-v2 and twitter-api-sdk)
- Twitter API (via twitter-api-v2)
- Cheerio for HTML parsing
- Axios for HTTP requests
- Jest for testing
Expand Down
77 changes: 0 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"dotenv": "^16.4.5",
"twitter-api-sdk": "^1.2.1",
"twitter-api-v2": "^1.18.0",
"typescript": "^5.6.2"
},
Expand Down

0 comments on commit 4d71b48

Please sign in to comment.