File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ gulp.task('test-browser', function (cb) {
141141gulp . task ( 'run-browser-test' , function ( ) {
142142 return gulp . src ( 'build/browser/neo4j-web.test.js' )
143143 . pipe ( jasmineBrowser . specRunner ( { console : true } ) )
144- . pipe ( jasmineBrowser . headless ( { driver : 'slimerjs' } ) )
144+ . pipe ( jasmineBrowser . headless ( ) )
145145} ) ;
146146
147147gulp . task ( 'watch' , function ( ) {
Original file line number Diff line number Diff line change 1818 },
1919 "main" : " build/node/neo4j.js" ,
2020 "devDependencies" : {
21+ "babel" : " ^5.8.23" ,
2122 "babelify" : " ^6.3.0" ,
2223 "browserify" : " ^11.0.0" ,
2324 "esdoc" : " ^0.4.0" ,
3839 "gulp-util" : " ^3.0.6" ,
3940 "gulp-watch" : " ^4.3.5" ,
4041 "jasmine-reporters" : " ^2.0.7" ,
42+ "phantomjs2-ext" : " ^0.1.0" ,
4143 "run-sequence" : " ^1.1.4" ,
42- "slimerjs" : " ^0.9.6" ,
4344 "through2" : " ~2.0.0" ,
4445 "vinyl-buffer" : " ^1.0.0" ,
45- "vinyl-source-stream" : " ^1.1.0" ,
46- "babel" : " ^5.8.23"
46+ "vinyl-source-stream" : " ^1.1.0"
4747 }
4848}
You can’t perform that action at this time.
0 commit comments