Skip to content

Commit

Permalink
Maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Xotic750 committed Jan 31, 2020
1 parent 2c1ef74 commit f6aa261
Show file tree
Hide file tree
Showing 8 changed files with 6,086 additions and 2,089 deletions.
5 changes: 4 additions & 1 deletion __tests__/simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ const failIfThrows = function(done) {
let stolenResolver;
const StealingPromiseConstructor = function StealingPromiseConstructor(resolver) {
stolenResolver = resolver;
resolver(function() {}, function() {});
resolver(
function() {},
function() {},
);
};

const iterable = {};
Expand Down
4 changes: 2 additions & 2 deletions dist/promise-x.esm.js

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

8 changes: 4 additions & 4 deletions dist/promise-x.js

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

4 changes: 2 additions & 2 deletions dist/promise-x.min.js

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions dist/promise-x.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*!
* is-primitive <https://github.com/jonschlinkert/is-primitive>
*
* Copyright (c) 2014-present, Jon Schlinkert.
* Released under the MIT License.
*/

/*!
* is-var-name | ISC (c) Shinnosuke Watanabe
* https://github.com/shinnn/is-var-name
*/

/*!
{
"author": "Graham Fairweather",
"copywrite": "Copyright (c) 2019-present",
"date": "2020-01-31T00:28:53.263Z",
"describe": "",
"description": "A Promise/A+ and ES2018 implementation.",
"file": "promise-x.min.js",
"hash": "9984d2fe7a061429ac0f",
"license": "MIT",
"version": "1.1.2"
}
*/
2 changes: 1 addition & 1 deletion dist/promise-x.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f6aa261

Please sign in to comment.