Skip to content

Commit

Permalink
u codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimTanyalcin committed Feb 9, 2018
1 parent 295f710 commit f195515
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# taskq

<a href="https://www.patreon.com/ibrahimTanyalcin" title="Patreon donate"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate" /></a>
<a href="https://www.codacy.com/app/IbrahimTanyalcin/taskq?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=IbrahimTanyalcin/taskq&amp;utm_campaign=Badge_Grade" title="Codacy"><img src="https://api.codacy.com/project/badge/Grade/06f045df886848f09519df15388c8bf6" alt="Codacy Badge" /></a>
<hr>

Async modules with ES5 & ES6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibowankenobi/taskq",
"version": "2.0.6",
"version": "2.0.7",
"description": "Module like task queuer for async scripts",
"main": "taskq.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion taskq.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
//console.log("using rAF");
return this.promise.promise = new this.__promise;
}
}
};
this.minPause = minPause;
}),
prt = taskq.constructor.prototype;
Expand Down

0 comments on commit f195515

Please sign in to comment.