Skip to content

Commit ddf5c23

Browse files
committed
update dependencies and add node 8 to build matrix
1 parent f79c750 commit ddf5c23

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ matrix:
1212
- node_js: "6.10"
1313
env: LINT=0
1414
- node_js: "7.10"
15+
env: LINT=0
16+
- node_js: "8.1"
1517
env: LINT=1
1618

1719
cache:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ environment:
99
matrix:
1010
- nodejs_version: "6.10"
1111
- nodejs_version: "7.10"
12+
- nodejs_version: "8.1"
1213
LINT: 1
1314

1415
services:

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@
4747
"dependencies": {
4848
"cardinal": "1.0.0",
4949
"denque": "^1.1.1",
50+
"eslint": "^4.0.0",
5051
"generate-function": "^2.0.0",
51-
"iconv-lite": "^0.4.17",
52+
"iconv-lite": "^0.4.18",
5253
"long": "^3.2.0",
53-
"lru-cache": "^4.0.1",
54+
"lru-cache": "^4.1.1",
5455
"named-placeholders": "1.1.1",
5556
"object-assign": "^4.1.1",
5657
"readable-stream": "2.2.11",

0 commit comments

Comments
 (0)