Skip to content

Commit 93a7839

Browse files
committed
Bump npm version -> 5.0.0
- Added npm binary support for node v14.x - Dropped npm binary support for node v10.x - Dropped binary support for all 32-bit platforms
1 parent aca5e18 commit 93a7839

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,10 @@ Meteor, then start over. See
3939
information.
4040

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

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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fibers",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "Cooperative multi-tasking for Javascript",
55
"keywords": [
66
"fiber",

0 commit comments

Comments
 (0)