Skip to content

Commit

Permalink
deps up
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeghe committed Feb 12, 2023
1 parent cad1d39 commit 70b848e
Show file tree
Hide file tree
Showing 4 changed files with 959 additions and 486 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 <federico.ghedina@gmail.com>
Copyright (c) 2023 <federico.ghedina@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

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

2 changes: 0 additions & 2 deletions source/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Balle.prototype.then = function (res, rej) {
case Balle.STATUSES.FULFILLED:
res(this.value);
break;
default: break;
}
return this;
};
Expand All @@ -82,7 +81,6 @@ Balle.prototype.catch = function (rej) {
break;
case Balle.STATUSES.REJECTED:
return rej.call(this, this.cause);
default: break;
}
return this;
};
Expand Down
Loading

0 comments on commit 70b848e

Please sign in to comment.