Skip to content

Commit 996c41a

Browse files
authored
chore: remove duplicated export (#28)
1 parent 567c5a1 commit 996c41a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ const profiles: Profiles = {
1010
ca: [...defaults, ...proxies],
1111
};
1212

13-
exports.default = profiles;
14-
1513
module.exports = profiles;
1614
module.exports.proxyBundle = proxyBundle;
1715
module.exports.default = profiles;

0 commit comments

Comments
 (0)