Skip to content

Commit

Permalink
style: ensure alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Dec 13, 2017
1 parent 4c80f6d commit 65df0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -37,6 +37,6 @@ require("./ext/promise/get");
require("./ext/promise/invoke");
require("./ext/promise/invoke-async");
require("./ext/promise/map");
require("./ext/promise/reduce");
require("./ext/promise/spread");
require("./ext/promise/some");
require("./ext/promise/reduce");

0 comments on commit 65df0e5

Please sign in to comment.