Skip to content

Commit

Permalink
Updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Apr 27, 2024
1 parent 2d34871 commit 834caef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import * as MT from 'midi-test'
**midi-test** currently works in **Linux** and **MacOS**.
**Windows** version may appear some day in the future, but it is not in the immediate plans.

This package requires **Node.js v20 or above**,
This package requires **Node.js v18 or above**,
and the full stack of [**node-gyp**](https://www.npmjs.com/package/node-gyp) build tools.
(for older versions of Node please use **midi-test v1.2.9**)
Linux build also requires the ALSA libraries: `apt-get install libasound2-dev`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midi-test",
"version": "1.3.0",
"version": "1.3.1",
"description": "Virtual MIDI ports for testing MIDI applications",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"gypfile": true,
"engines": {
"node": ">=20.0.0"
"node": ">=18.0.0"
},
"license": "MIT"
}

0 comments on commit 834caef

Please sign in to comment.