Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ The Worker also uses several other Open Source libraries (not limited to) listed
- [AWS S3 client](https://www.npmjs.com/package/@aws-sdk/client-s3) is used for interacting with R2's S3 entrypoint.
- [Handlebars.js](https://www.npmjs.com/package/handlebars) is used for rendering templated pages.
- [Sentry](https://sentry.io/about) is used for error reporting.
- [Zod](https://zod.dev/?id=introduction) is used for error reporting.

## Code Editing

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@aws-sdk/client-s3": "^3.717.0",
"handlebars": "^4.7.8",
"itty-router": "^5.0.18",
"toucan-js": "^4.0.0",
"zod": "^3.22.3"
"toucan-js": "^4.0.0"
}
}
Loading