Skip to content

Commit c99d82a

Browse files
committed
Fix the build. Upgrade non-gitbook dependencies
1 parent e940bb3 commit c99d82a

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "stable"
5-
- "0.12"
6-
4+
- "lts/*"

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ init:
55
# Test against these versions of Node.js.
66
environment:
77
matrix:
8-
- nodejs_version: "0.12"
9-
- nodejs_version: "5.1"
8+
- nodejs_version: "6.10.3"
109

1110
# Install scripts. (runs after repo cloning)
1211
install:

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"description": "CLI to generate books and documentation using gitbook",
66
"main": "bin/gitbook.js",
77
"dependencies": {
8-
"q": "1.4.1",
9-
"lodash": "4.5.1",
10-
"semver": "5.1.0",
11-
"npmi": "1.0.1",
12-
"tmp": "0.0.28",
13-
"commander": "2.9.0",
8+
"q": "1.5.0",
9+
"lodash": "4.17.4",
10+
"semver": "5.3.0",
11+
"npmi": "2.0.1",
12+
"tmp": "0.0.31",
13+
"commander": "2.11.0",
1414
"optimist": "0.6.1",
15-
"fs-extra": "0.26.5",
15+
"fs-extra": "3.0.1",
1616
"bash-color": "0.0.4",
17-
"npm": "3.7.5",
17+
"npm": "5.1.0",
1818
"user-home": "2.0.0"
1919
},
2020
"devDependencies": {
21-
"mocha": "2.4.5",
22-
"should": "8.2.2",
21+
"mocha": "3.4.2",
22+
"should": "11.2.1",
2323
"gitbook": "2.5.0-beta.1"
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)