Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 55dae49

Browse files
authored
Merge pull request #24 from nkcmr/drop-support-old
Officially drop support for Node v0.10, v0.12 and iojs
2 parents 4bdee4a + e98d060 commit 55dae49

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "4.0"
4-
- "0.12"
5-
- "0.10"
6-
- "iojs-v3.3.0"
3+
- "node" # latest version
4+
- "6" # boron support
5+
- "5"
6+
- "4" # argon support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flic",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "Easy Inter-process Communication via TCP for node.js",
55
"main": "lib/flic.js",
66
"bin": {

0 commit comments

Comments
 (0)