File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dist: trusty
33
44language : node_js
55node_js :
6- - " 4 "
6+ - " 6 "
77
88install :
99 - export DISPLAY=:99.0
Original file line number Diff line number Diff line change 2323 "scripts" : {
2424 "pretest" : " npm install" ,
2525 "test" : " (npm start > /dev/null &) && (gulp protractor)" ,
26-
2726 "start" : " http-server -a localhost -p 8000 -c-1 ./" ,
28-
2927 "dev" : " (npm start > /dev/null &) && (gulp dev)"
3028 },
3129 "peerDependencies" : {
3634 "jquery" : " ~2"
3735 },
3836 "devDependencies" : {
39- "gulp" : " latest" ,
40- "gulp-angular-protractor" : " latest" ,
37+ "gulp" : " 3.9.1" ,
38+ "gulp-angular-protractor" : " 1.0.0" ,
39+ "protractor" : " 4.0.11" ,
40+ "webdriver-manager" : " 10.2.8" ,
4141 "gulp-debug" : " ^2.1.2" ,
4242 "gulp-jshint" : " ^2.0.0" ,
4343 "gulp-ng-annotate" : " ^1.1.0" ,
You can’t perform that action at this time.
0 commit comments