File tree 3 files changed +12
-15
lines changed
3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
3
node_js :
4
- - " stable"
5
- - " 0.12"
6
-
4
+ - " lts/*"
Original file line number Diff line number Diff line change 5
5
# Test against these versions of Node.js.
6
6
environment :
7
7
matrix :
8
- - nodejs_version : " 0.12"
9
- - nodejs_version : " 5.1"
8
+ - nodejs_version : " 6.10.3"
10
9
11
10
# Install scripts. (runs after repo cloning)
12
11
install :
Original file line number Diff line number Diff line change 5
5
"description" : " CLI to generate books and documentation using gitbook" ,
6
6
"main" : " bin/gitbook.js" ,
7
7
"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" ,
14
14
"optimist" : " 0.6.1" ,
15
- "fs-extra" : " 0.26.5 " ,
15
+ "fs-extra" : " 3.0.1 " ,
16
16
"bash-color" : " 0.0.4" ,
17
- "npm" : " 3.7.5 " ,
17
+ "npm" : " 5.1.0 " ,
18
18
"user-home" : " 2.0.0"
19
19
},
20
20
"devDependencies" : {
21
- "mocha" : " 2 .4.5 " ,
22
- "should" : " 8 .2.2 " ,
21
+ "mocha" : " 3 .4.2 " ,
22
+ "should" : " 11 .2.1 " ,
23
23
"gitbook" : " 2.5.0-beta.1"
24
24
},
25
25
"scripts" : {
You can’t perform that action at this time.
0 commit comments