Skip to content

Commit

Permalink
fix(package): fixes broken install with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
m1dugh committed Dec 27, 2023
1 parent c6b2b47 commit 344ab7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "native-sound-mixer",
"version": "3.4.3-win",
"version": "3.4.4-win",
"description": "node js native sound mixer module",
"main": "dist/sound-mixer.js",
"scripts": {
"install": "cmake-js install",
"build:ts": "tsc",
"build:bin": "cmake-js rebuild",
"build": "npm run build:ts && npm run build:bin",
Expand Down

0 comments on commit 344ab7b

Please sign in to comment.