Skip to content

Commit fca4013

Browse files
committed
[Refactor] remove useless exports assignment
1 parent 9fea81a commit fca4013

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ async.core = require('./lib/core');
33
async.isCore = require('./lib/is-core');
44
async.sync = require('./lib/sync');
55

6-
exports = async;
76
module.exports = async;

0 commit comments

Comments
 (0)