Skip to content

Commit

Permalink
Bump npm version -> 5.0.0
Browse files Browse the repository at this point in the history
- Added npm binary support for node v14.x
- Dropped npm binary support for node v10.x
- Dropped binary support for all 32-bit platforms
  • Loading branch information
laverdet committed Apr 21, 2020
1 parent aca5e18 commit 93a7839
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@ Meteor, then start over. See
information.

### supported platforms
If you are running nodejs version 10.x or 12.x on Linux, OS X, or Windows (7 or later) then you
should be able to install fibers from npm just fine. If you are running nodejs v8.x then you will
need to use `npm install fibers@3`. If you are running nodejs v6.x then you will need to use `npm
install fibers@2`. For nodejs v4.x you can use `npm install fibers@1`. If you are running an older
(or newer) version of node or some other operating system you will have to compile fibers on your
system.
If you are running 64-bit nodejs version 12.x or 14.x on Linux, OS X, or Windows (7 or later) then
you should be able to install fibers from npm just fine. If you are running nodejs v10.x then you
will need to use `npm install fibers@4`. Older versions of nodejs will require older and older
version of fibers.

(special thanks to [Jeroen Janssen](https://github.com/japj) for his work on fibers in Windows)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fibers",
"version": "4.0.3",
"version": "5.0.0",
"description": "Cooperative multi-tasking for Javascript",
"keywords": [
"fiber",
Expand Down

0 comments on commit 93a7839

Please sign in to comment.