gulp-jasmine-phantom
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -105,3 +105,3 @@ 'use strict'; | ||
gutil.log(gutil.colors.yellow('gulp-jasmine-phantom: Global Phantom undefined, trying to execute from node_modules/phantomjs')); | ||
execPhantom(process.cwd() + '/node_modules/phantomjs/bin/phantomjs', childArguments, onComplete); | ||
execPhantom(process.cwd() + '/node_modules/.bin/' + phantomExecutable, childArguments, onComplete); | ||
} | ||
@@ -108,0 +108,0 @@ } |
{ | ||
"name": "gulp-jasmine-phantom", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Jasmine 2.0 suite runner, optionally with PhantomJS", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
505086