Skip to content

Commit

Permalink
Fixed versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofZawisla committed Apr 19, 2021
1 parent 7bd2823 commit 52b913c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ Function instantiation has the same logic as version for the browser.

### Usage with native module for node

MacOS and Linux support:
NodeJS version equal or higher than: `10`.
Windows support:
NodeJS version equal or higher than: `15`.
MacOS, Linux and Windows support:
NodeJS version equal or higher than: `14`.

Import:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grex.js",
"version": "3.0.0",
"version": "3.0.1",
"main": "lib/wasm/browser/index.js",
"module": "lib/wasm/browser/index-module.js",
"types": "lib/wasm/browser/index.d.ts",
Expand Down

0 comments on commit 52b913c

Please sign in to comment.