official support revved to node v4+
This commit is contained in:
parent
9731401fdc
commit
1cf1084241
3 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"example": "example"
|
"example": "example"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=1.0.0"
|
"node": ">=4.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"colors": "*",
|
"colors": "*",
|
||||||
|
|
Loading…
Reference in a new issue