Skip to content

Commit

Permalink
chore: publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
YaaY committed Mar 4, 2024
1 parent e7d6cb5 commit fc85eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "throttle",
"name": "@yiiy/throttle",
"type": "module",
"version": "1.0.0",
"description": "A simple and efficient rate limiting middleware for Express applications, designed to help protect your API from excessive use and ensure fair usage. This package uses an in-memory store by default for tracking request counts, making it easy to integrate and use out of the box.",
Expand Down

0 comments on commit fc85eba

Please sign in to comment.