karma-phantomjs-launcher
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,10 @@ | ||
<a name"1.0.3"></a> | ||
### 1.0.3 (2017-03-10) | ||
#### Bug Fixes | ||
* path issue with phantomjs and phantomjs-prebuilt ([482eba50](https://github.com/karma-runner/karma-phantomjs-launcher/commit/482eba50)) | ||
<a name"1.0.2"></a> | ||
@@ -2,0 +11,0 @@ ### 1.0.2 (2016-08-31) |
@@ -16,3 +16,2 @@ var fs = require('fs') | ||
// so we walk from the cmd to the phantomjs.exe and use that instead. | ||
var phantomSource = require('phantomjs-prebuilt').path | ||
@@ -22,3 +21,3 @@ | ||
var phantomPackage = require('phantomjs-prebuilt/package.json') | ||
return path.join(path.dirname(phantomSource), '//node_modules//phantomjs//lib//phantom//', phantomPackage.bin.phantomjs) | ||
return path.join(path.dirname(phantomSource), '//node_modules/' + phantomPackage._location + '//lib//phantom//', phantomPackage.bin.phantomjs) | ||
} | ||
@@ -25,0 +24,0 @@ |
{ | ||
"name": "karma-phantomjs-launcher", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Karma plugin. Launcher for PhantomJS.", | ||
@@ -52,4 +52,5 @@ "main": "index.js", | ||
"Sylvain Hamel <sylvainhamel0@gmail.com>", | ||
"Huafu Gandon <huafu.gandon@gmail.com>", | ||
"Dan Siwiec <daniel.siwiec@gmail.com>", | ||
"Huafu Gandon <huafu.gandon@gmail.com>", | ||
"Rob Barreca <rob.barreca@inmobi.com>", | ||
"Sergey Bondarenko <enterit@gmail.com>", | ||
@@ -64,7 +65,7 @@ "nherzing <nherzing@gmail.com>", | ||
"Jonathan Park <jpark@daptiv.com>", | ||
"Leigh Tarasenko <leightarasenko@gmail.com>", | ||
"Mark Derbecker <mark.derbecker@seeq.com>", | ||
"Mark Trostler <mark@zzo.com>", | ||
"Nick Malaguti <nmalaguti@palantir.com>", | ||
"Rob Barreca <rob.barreca@inmobi.com>" | ||
"Nick Malaguti <nmalaguti@palantir.com>" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115698
13