File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ language: node_js
33node_js :
44 - stable
55 - 6
6- - 4
76after_success :
87 - " npm run coveralls"
Original file line number Diff line number Diff line change 3939 "homepage" : " https://github.com/postcss/gulp-postcss" ,
4040 "dependencies" : {
4141 "fancy-log" : " ^1.3.2" ,
42- "plugin-error" : " ^0.1.2 " ,
43- "postcss" : " ^6 .0.0 " ,
44- "postcss-load-config" : " ^1.2 .0" ,
42+ "plugin-error" : " ^1. 0.1" ,
43+ "postcss" : " ^7 .0.2 " ,
44+ "postcss-load-config" : " ^2.0 .0" ,
4545 "vinyl-sourcemaps-apply" : " ^0.2.1"
4646 },
4747 "devDependencies" : {
48- "coveralls" : " ^2.13.1 " ,
49- "eslint" : " ^4.1.1 " ,
48+ "coveralls" : " ^3.0.2 " ,
49+ "eslint" : " ^5.3.0 " ,
5050 "gulp-sourcemaps" : " ^2.6.0" ,
51- "mocha" : " ^3.4.2 " ,
52- "nyc" : " ^11 .0.3 " ,
53- "proxyquire" : " ^1.8.0 " ,
54- "sinon" : " ^2.3.5 " ,
55- "vinyl" : " ^2.1 .0"
51+ "mocha" : " ^5.2.0 " ,
52+ "nyc" : " ^12 .0.2 " ,
53+ "proxyquire" : " ^2.0.1 " ,
54+ "sinon" : " ^6.1.4 " ,
55+ "vinyl" : " ^2.2 .0"
5656 }
5757}
You can’t perform that action at this time.
0 commit comments