Skip to content

Commit

Permalink
chore: remove duplicated export (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Aug 30, 2024
1 parent 567c5a1 commit 996c41a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const profiles: Profiles = {
ca: [...defaults, ...proxies],
};

exports.default = profiles;

module.exports = profiles;
module.exports.proxyBundle = proxyBundle;
module.exports.default = profiles;

0 comments on commit 996c41a

Please sign in to comment.