Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dutu committed Jun 30, 2022
1 parent 4199eef commit bbb0f61
Show file tree
Hide file tree
Showing 15 changed files with 1,580 additions and 1,771 deletions.
2 changes: 1 addition & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
require: ["@babel/register", "@babel/polyfill"],
require: ["@babel/register"],
timeout: 30000,
exit: true,
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ See [github releases](https://github.com/dutu/rate-limiter/releases), where all
npm install --save "git+https://github.com/dutu/rate-limiter.git"
```

or

```
npm install --save "@dutu/rate-limiter"
```

# Usage

```js
Expand Down
7 changes: 3 additions & 4 deletions dist/fixedWindowLimiter.js

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

2 changes: 1 addition & 1 deletion dist/fixedWindowLimiter.js.map

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

Loading

0 comments on commit bbb0f61

Please sign in to comment.