File tree Expand file tree Collapse file tree 2 files changed +17
-18
lines changed Expand file tree Collapse file tree 2 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 5"
4
- - " 4"
5
- script : npm run lint
3
+ - " 6"
4
+ script : npm run lint
6
5
notifications :
7
6
email :
8
7
recipients :
Original file line number Diff line number Diff line change 8
8
"lint" : " eslint ."
9
9
},
10
10
"dependencies" : {
11
- "adal-node" : " ^ 0.1.18 " ,
12
- "body-parser" : " ^1.13.3 " ,
13
- "express" : " ^4.13 .3" ,
14
- "pug" : " ^ 2.0.0-alpha3 " ,
15
- "morgan" : " ^1.6.1 " ,
16
- "serve-favicon" : " ^2.3.0 " ,
17
- "socket.io" : " ^1.4.5 " ,
18
- "sqlite3" : " ^ 3.1.1 "
11
+ "adal-node" : " 0.1.22 " ,
12
+ "body-parser" : " 1.17.2 " ,
13
+ "express" : " 4.15 .3" ,
14
+ "pug" : " 2.0.0-rc.2 " ,
15
+ "morgan" : " 1.8.2 " ,
16
+ "serve-favicon" : " 2.4.3 " ,
17
+ "socket.io" : " 2.0.3 " ,
18
+ "sqlite3" : " 3.1.8 "
19
19
},
20
20
"devDependencies" : {
21
- "eslint" : " ^ 2.3.0" ,
22
- "eslint-config-airbnb" : " ^ 6.1.0" ,
23
- "eslint-plugin-react" : " ^4.2.1 " ,
24
- "gulp" : " ^ 3.9.0 " ,
25
- "gulp-nodemon" : " ^2.0.2 " ,
26
- "gulp-plumber" : " ^1.0 .0" ,
27
- "mocha" : " ^2 .4.5 "
21
+ "eslint" : " 2.3.0" ,
22
+ "eslint-config-airbnb" : " 6.1.0" ,
23
+ "eslint-plugin-react" : " 7.1.0 " ,
24
+ "gulp" : " 3.9.1 " ,
25
+ "gulp-nodemon" : " 2.2.1 " ,
26
+ "gulp-plumber" : " 1.1 .0" ,
27
+ "mocha" : " 3 .4.2 "
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments