Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
fcannizzaro committed Dec 27, 2024
1 parent 93b78e4 commit c3118cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "win-audio",
"version": "3.0.4",
"version": "3.0.5",
"description": "Get, Set and Watch Speaker/Microphone Volume on Windows",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,5 @@ const proxy = new Proxy(
) as ProxyInstances;

export default proxy;

module.exports = proxy;

0 comments on commit c3118cc

Please sign in to comment.