Skip to content

Commit 7670f13

Browse files
authored
Merge pull request #102 from lucacorti/master
Bump fastboot
2 parents 5c35c78 + 8f810c0 commit 7670f13

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: node_js
22
node_js:
3-
- "4"
3+
- "stable"
44
- "6"
5+
- "8"
6+
- "10"
57

68
env:
79
- CXX=g++-4.8 WORKER_COUNT=2

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"chalk": "^2.0.1",
3030
"compression": "^1.6.2",
3131
"express": "^4.13.3",
32-
"fastboot": "^1.1.4-beta.1",
33-
"fastboot-express-middleware": "^1.1.1",
32+
"fastboot": "^2.0.0",
33+
"fastboot-express-middleware": "^1.2.0",
3434
"fs-promise": "^2.0.3",
3535
"request": "^2.81.0"
3636
},

0 commit comments

Comments
 (0)