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) {
141
141
gulp . task ( 'run-browser-test' , function ( ) {
142
142
return gulp . src ( 'build/browser/neo4j-web.test.js' )
143
143
. pipe ( jasmineBrowser . specRunner ( { console : true } ) )
144
- . pipe ( jasmineBrowser . headless ( { driver : 'slimerjs' } ) )
144
+ . pipe ( jasmineBrowser . headless ( ) )
145
145
} ) ;
146
146
147
147
gulp . task ( 'watch' , function ( ) {
Original file line number Diff line number Diff line change 18
18
},
19
19
"main" : " build/node/neo4j.js" ,
20
20
"devDependencies" : {
21
+ "babel" : " ^5.8.23" ,
21
22
"babelify" : " ^6.3.0" ,
22
23
"browserify" : " ^11.0.0" ,
23
24
"esdoc" : " ^0.4.0" ,
38
39
"gulp-util" : " ^3.0.6" ,
39
40
"gulp-watch" : " ^4.3.5" ,
40
41
"jasmine-reporters" : " ^2.0.7" ,
42
+ "phantomjs2-ext" : " ^0.1.0" ,
41
43
"run-sequence" : " ^1.1.4" ,
42
- "slimerjs" : " ^0.9.6" ,
43
44
"through2" : " ~2.0.0" ,
44
45
"vinyl-buffer" : " ^1.0.0" ,
45
- "vinyl-source-stream" : " ^1.1.0" ,
46
- "babel" : " ^5.8.23"
46
+ "vinyl-source-stream" : " ^1.1.0"
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments