Skip to content

Commit ade50db

Browse files
committed
Updated node engine compatibility
1 parent b9c1b73 commit ade50db

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ env:
44
- CXX=g++-4.8
55

66
node_js:
7-
- 0.10
8-
- 0.12
9-
- iojs-2
10-
- 4
11-
- 6
12-
- 8
13-
- 10
7+
- 12
148

159
addons:
1610
apt:

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"cld",
99
"cld2"
1010
],
11-
"version": "2.4.9",
11+
"version": "2.5.0",
1212
"main": "./index",
1313
"dependencies": {
1414
"glob": "^5.0.10",
@@ -39,7 +39,6 @@
3939
}
4040
],
4141
"engines": {
42-
"node": ">=0.10.0 <=10.0.0",
43-
"iojs": ">=1.0.0"
42+
"node": ">=12.0.0"
4443
}
4544
}

0 commit comments

Comments
 (0)