Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Grondin committed Jan 14, 2018
1 parent 49cff2e commit 1aed0a4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
[![License][npm-license]][license-url]
[![Gitter][gitter-image]][gitter-url]

__You are currently viewing the Version 2 Beta 4 docs.__

__Please report any bugs you may find. Your feedback is important.__

Bottleneck is a tiny and efficient Task Scheduler and Rate Limiter for Node.js and the browser. When dealing with services with limited resources, it's important to ensure that they don't become overloaded.

Bottleneck is an easy solution as it does not add much complexity to the code.
Bottleneck is an easy solution as it does not add much complexity to your code.

It is battle-hardened, reliable and production-ready. [Hundreds of projects rely on it](https://github.com/SGrondin/bottleneck/network/dependents) and it is used on a large scale in both private companies and open source software.

Expand All @@ -31,7 +28,7 @@ Version 1 is still maintained, but will not be receiving any new features. [Brow
## Install

```
npm install --save git://github.com/SGrondin/bottleneck.git#v2.0.0-beta.4
npm install --save bottleneck
```


Expand Down
2 changes: 1 addition & 1 deletion bottleneck.js
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ module.exports={
},{}],11:[function(require,module,exports){
module.exports={
"name": "bottleneck",
"version": "2.0.0-beta.4",
"version": "2.0.0",
"description": "Distributed task scheduler and rate limiter",
"main": "lib/index.js",
"typings": "bottleneck.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion bottleneck.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bottleneck",
"main": "bottleneck.js",
"version": "2.0.0-beta.4",
"version": "2.0.0",
"homepage": "https://github.com/SGrondin/bottleneck",
"authors": [
"SGrondin <github@simongrondin.name>"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bottleneck",
"version": "2.0.0-beta.4",
"version": "2.0.0",
"description": "Distributed task scheduler and rate limiter",
"main": "lib/index.js",
"typings": "bottleneck.d.ts",
Expand Down

0 comments on commit 1aed0a4

Please sign in to comment.