Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 5307ff2

Browse files
authored
Merge pull request #34 from GetStream/node-10
Bump engines to node 10
2 parents 14ca95f + 376b80d commit 5307ff2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_js:
44
- "8"
55
- "7"
66
- "6"
7+
- "10"
78
env:
89
- MONGOOSE_VERSION=4.11.8 STREAM_URL='https://key:[email protected]/?app_id=42'
910
matrix:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"postversion": "git push && git push --tags"
6161
},
6262
"engines": {
63-
"node": ">=0.11 <=8.4"
63+
"node": ">=0.11 <=10.7"
6464
},
6565
"homepage": "http://getstream.io"
6666
}

0 commit comments

Comments
 (0)