Skip to content

Commit

Permalink
fix remaining references to “chan” and fix depdendencies in packages 🙄
Browse files Browse the repository at this point in the history
  • Loading branch information
brainkim committed Aug 29, 2019
1 parent 21af9d9 commit b3f26d3
Show file tree
Hide file tree
Showing 5 changed files with 434 additions and 422 deletions.
6 changes: 3 additions & 3 deletions packages/limiters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repeaterjs/limiters",
"version": "0.3.0",
"version": "0.3.1",
"description": "Basic async iterators functions for limiting concurrency",
"repository": {
"type": "git",
Expand All @@ -23,8 +23,8 @@
"test": "jest --config ../../jest.config.js --rootDir --color"
},
"dependencies": {
"@repeaterjs/repeater": "^1.0.0",
"@repeaterjs/timers": "^0.2.1"
"@repeaterjs/repeater": "^2.0.0",
"@repeaterjs/timers": "^0.3.1"
},
"devDependencies": {
"@types/jest": "^24.0.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repeaterjs/pubsub",
"version": "0.3.0",
"version": "0.3.1",
"description": "A generic pubsub class, implemented with repeaters",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"test": "jest --config ../../jest.config.js --rootDir --color"
},
"dependencies": {
"@repeaterjs/repeater": "^1.0.0"
"@repeaterjs/repeater": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^24.0.18",
Expand Down

0 comments on commit b3f26d3

Please sign in to comment.