We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c35c78 + 8f810c0 commit 7670f13Copy full SHA for 7670f13
2 files changed
.travis.yml
@@ -1,7 +1,9 @@
1
language: node_js
2
node_js:
3
- - "4"
+ - "stable"
4
- "6"
5
+ - "8"
6
+ - "10"
7
8
env:
9
- CXX=g++-4.8 WORKER_COUNT=2
package.json
@@ -29,8 +29,8 @@
29
"chalk": "^2.0.1",
30
"compression": "^1.6.2",
31
"express": "^4.13.3",
32
- "fastboot": "^1.1.4-beta.1",
33
- "fastboot-express-middleware": "^1.1.1",
+ "fastboot": "^2.0.0",
+ "fastboot-express-middleware": "^1.2.0",
34
"fs-promise": "^2.0.3",
35
"request": "^2.81.0"
36
},
0 commit comments