Skip to content

Commit

Permalink
Update jzz module to fix Apple M1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Côté committed Dec 19, 2022
1 parent 2c8ee2d commit 04622d3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
33 changes: 17 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,11 @@
"test:Utilities": "mocha test/Utilities.test.js",
"test:WebMidi": "mocha test/WebMidi.test.js"
},
"dependencies": {
"djipevents": "^2.0.7"
},
"optionalDependencies": {
"jzz": "^1.4.5"
"jzz": "^1.5.6"
},
"devDependencies": {
"@alexbinary/rimraf": "^1.0.2",
Expand Down Expand Up @@ -161,8 +164,5 @@
],
"after:release": "rimraf webmidi-${version}.tgz"
}
},
"dependencies": {
"djipevents": "^2.0.7"
}
}

0 comments on commit 04622d3

Please sign in to comment.