Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 20, 2015
1 parent 806657d commit dd2be60
Show file tree
Hide file tree
Showing 64 changed files with 203 additions and 202 deletions.
4 changes: 2 additions & 2 deletions lib/apply/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.restparam": "0.4.2"
"async.util.restparam": "0.5.0"
},
"keywords": [
"async",
Expand Down
6 changes: 3 additions & 3 deletions lib/applyeach/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.eachof": "0.4.2",
"async.util.applyeach": "0.4.2"
"async.eachof": "0.5.0",
"async.util.applyeach": "0.5.0"
},
"keywords": [
"async",
Expand Down
6 changes: 3 additions & 3 deletions lib/applyeachseries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.eachofseries": "0.4.2",
"async.util.applyeach": "0.4.2"
"async.eachofseries": "0.5.0",
"async.util.applyeach": "0.5.0"
},
"keywords": [
"async",
Expand Down
4 changes: 2 additions & 2 deletions lib/asyncify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.asyncify": "0.4.2"
"async.util.asyncify": "0.5.0"
},
"keywords": [
"async",
Expand Down
22 changes: 11 additions & 11 deletions lib/auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.arrayeach": "0.4.2",
"async.util.foreachof": "0.4.2",
"async.util.indexof": "0.4.2",
"async.util.isarray": "0.4.2",
"async.util.keys": "0.4.2",
"async.util.noop": "0.4.2",
"async.util.once": "0.4.2",
"async.util.reduce": "0.4.2",
"async.util.restparam": "0.4.2",
"async.util.setimmediate": "0.4.2"
"async.util.arrayeach": "0.5.0",
"async.util.foreachof": "0.5.0",
"async.util.indexof": "0.5.0",
"async.util.isarray": "0.5.0",
"async.util.keys": "0.5.0",
"async.util.noop": "0.5.0",
"async.util.once": "0.5.0",
"async.util.reduce": "0.5.0",
"async.util.restparam": "0.5.0",
"async.util.setimmediate": "0.5.0"
},
"keywords": [
"async",
Expand Down
4 changes: 2 additions & 2 deletions lib/cargo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.queue": "0.4.2"
"async.util.queue": "0.5.0"
},
"keywords": [
"async",
Expand Down
4 changes: 2 additions & 2 deletions lib/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.seq": "0.4.2"
"async.seq": "0.5.0"
},
"keywords": [
"async",
Expand Down
6 changes: 3 additions & 3 deletions lib/concat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.concat": "0.4.2",
"async.util.doparallel": "0.4.2"
"async.util.concat": "0.5.0",
"async.util.doparallel": "0.5.0"
},
"keywords": [
"async",
Expand Down
6 changes: 3 additions & 3 deletions lib/concatseries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.concat": "0.4.2",
"async.util.doseries": "0.4.2"
"async.util.concat": "0.5.0",
"async.util.doseries": "0.5.0"
},
"keywords": [
"async",
Expand Down
4 changes: 2 additions & 2 deletions lib/constant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.restparam": "0.4.2"
"async.util.restparam": "0.5.0"
},
"keywords": [
"async",
Expand Down
10 changes: 5 additions & 5 deletions lib/detect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.eachof": "0.4.2",
"async.util.createtester": "0.4.2",
"async.util.findgetresult": "0.4.2",
"async.util.identity": "0.4.2"
"async.eachof": "0.5.0",
"async.util.createtester": "0.5.0",
"async.util.findgetresult": "0.5.0",
"async.util.identity": "0.5.0"
},
"keywords": [
"async",
Expand Down
10 changes: 5 additions & 5 deletions lib/detectlimit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.eachoflimit": "0.4.2",
"async.util.createtester": "0.4.2",
"async.util.findgetresult": "0.4.2",
"async.util.identity": "0.4.2"
"async.eachoflimit": "0.5.0",
"async.util.createtester": "0.5.0",
"async.util.findgetresult": "0.5.0",
"async.util.identity": "0.5.0"
},
"keywords": [
"async",
Expand Down
10 changes: 5 additions & 5 deletions lib/detectseries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.eachofseries": "0.4.2",
"async.util.createtester": "0.4.2",
"async.util.findgetresult": "0.4.2",
"async.util.identity": "0.4.2"
"async.eachofseries": "0.5.0",
"async.util.createtester": "0.5.0",
"async.util.findgetresult": "0.5.0",
"async.util.identity": "0.5.0"
},
"keywords": [
"async",
Expand Down
4 changes: 2 additions & 2 deletions lib/dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.consolefn": "0.4.2"
"async.util.consolefn": "0.5.0"
},
"keywords": [
"async",
Expand Down
4 changes: 2 additions & 2 deletions lib/doduring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.during": "0.4.2"
"async.during": "0.5.0"
},
"keywords": [
"async",
Expand Down
4 changes: 2 additions & 2 deletions lib/dountil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.dowhilst": "0.4.2"
"async.dowhilst": "0.5.0"
},
"keywords": [
"async",
Expand Down
4 changes: 2 additions & 2 deletions lib/dowhilst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.whilst": "0.4.2"
"async.whilst": "0.5.0"
},
"keywords": [
"async",
Expand Down
6 changes: 3 additions & 3 deletions lib/during/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.noop": "0.4.2",
"async.util.restparam": "0.4.2"
"async.util.noop": "0.5.0",
"async.util.restparam": "0.5.0"
},
"keywords": [
"async",
Expand Down
6 changes: 3 additions & 3 deletions lib/each/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.eachof": "0.4.2",
"async.util.withoutindex": "0.4.2"
"async.eachof": "0.5.0",
"async.util.withoutindex": "0.5.0"
},
"keywords": [
"async",
Expand Down
6 changes: 3 additions & 3 deletions lib/eachlimit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.eachoflimit": "0.4.2",
"async.util.withoutindex": "0.4.2"
"async.util.eachoflimit": "0.5.0",
"async.util.withoutindex": "0.5.0"
},
"keywords": [
"async",
Expand Down
10 changes: 5 additions & 5 deletions lib/eachof/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.keyiterator": "0.4.2",
"async.util.noop": "0.4.2",
"async.util.once": "0.4.2",
"async.util.onlyonce": "0.4.2"
"async.util.keyiterator": "0.5.0",
"async.util.noop": "0.5.0",
"async.util.once": "0.5.0",
"async.util.onlyonce": "0.5.0"
},
"keywords": [
"async",
Expand Down
4 changes: 2 additions & 2 deletions lib/eachoflimit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.eachoflimit": "0.4.2"
"async.util.eachoflimit": "0.5.0"
},
"keywords": [
"async",
Expand Down
12 changes: 6 additions & 6 deletions lib/eachofseries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.keyiterator": "0.4.2",
"async.util.noop": "0.4.2",
"async.util.once": "0.4.2",
"async.util.onlyonce": "0.4.2",
"async.util.setimmediate": "0.4.2"
"async.util.keyiterator": "0.5.0",
"async.util.noop": "0.5.0",
"async.util.once": "0.5.0",
"async.util.onlyonce": "0.5.0",
"async.util.setimmediate": "0.5.0"
},
"keywords": [
"async",
Expand Down
6 changes: 3 additions & 3 deletions lib/eachseries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.eachofseries": "0.4.2",
"async.util.withoutindex": "0.4.2"
"async.eachofseries": "0.5.0",
"async.util.withoutindex": "0.5.0"
},
"keywords": [
"async",
Expand Down
4 changes: 2 additions & 2 deletions lib/ensureasync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"async.util.ensureasync": "0.4.2"
"async.util.ensureasync": "0.5.0"
},
"keywords": [
"async",
Expand Down

0 comments on commit dd2be60

Please sign in to comment.