We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c1b73 commit ade50dbCopy full SHA for ade50db
.travis.yml
@@ -4,13 +4,7 @@ env:
4
- CXX=g++-4.8
5
6
node_js:
7
- - 0.10
8
- - 0.12
9
- - iojs-2
10
- - 4
11
- - 6
12
- - 8
13
- - 10
+ - 12
14
15
addons:
16
apt:
package.json
@@ -8,7 +8,7 @@
"cld",
"cld2"
],
- "version": "2.4.9",
+ "version": "2.5.0",
"main": "./index",
"dependencies": {
"glob": "^5.0.10",
@@ -39,7 +39,6 @@
39
}
40
41
"engines": {
42
- "node": ">=0.10.0 <=10.0.0",
43
- "iojs": ">=1.0.0"
+ "node": ">=12.0.0"
44
45
0 commit comments