From 1cf1084241616ea15876d06f52e8a29065e89289 Mon Sep 17 00:00:00 2001 From: SSMP Date: Wed, 5 Oct 2016 23:48:44 -0700 Subject: [PATCH] official support revved to node v4+ --- README.md | 4 ++++ appveyor.yml | 1 - package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 079e817..be15f03 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Package details websites : This work is licenced via the [DBAD Public Licence](http://www.dbad-license.org/). +#### Older versions of node + +the latest versions of `node-ipc` may work with the --harmony flag. Officially though, we support node v4 and newer with es5 and es6 + #### Testing ` npm test ` will run the jasmine tests with istanbul for node-ipc and generate a coverage report in the spec folder. diff --git a/appveyor.yml b/appveyor.yml index 3a70ce4..2f9a8c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,6 @@ environment: matrix: # node.js - - nodejs_version: "3" - nodejs_version: "4" - nodejs_version: "5" - nodejs_version: "6" diff --git a/package.json b/package.json index 6ff16b4..489a268 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "example": "example" }, "engines": { - "node": ">=1.0.0" + "node": ">=4.0.0" }, "dependencies": { "colors": "*",