official support revved to node v4+

This commit is contained in:
SSMP 2016-10-05 23:48:44 -07:00
parent 9731401fdc
commit 1cf1084241
3 changed files with 5 additions and 2 deletions

View file

@ -27,6 +27,10 @@ Package details websites :
This work is licenced via the [DBAD Public Licence](http://www.dbad-license.org/). 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 #### Testing
` npm test ` will run the jasmine tests with istanbul for node-ipc and generate a coverage report in the spec folder. ` npm test ` will run the jasmine tests with istanbul for node-ipc and generate a coverage report in the spec folder.

View file

@ -4,7 +4,6 @@
environment: environment:
matrix: matrix:
# node.js # node.js
- nodejs_version: "3"
- nodejs_version: "4" - nodejs_version: "4"
- nodejs_version: "5" - nodejs_version: "5"
- nodejs_version: "6" - nodejs_version: "6"

View file

@ -7,7 +7,7 @@
"example": "example" "example": "example"
}, },
"engines": { "engines": {
"node": ">=1.0.0" "node": ">=4.0.0"
}, },
"dependencies": { "dependencies": {
"colors": "*", "colors": "*",