Comparing version 0.1.1 to 0.1.2
@@ -22,3 +22,3 @@ var path = require('path'); | ||
ghostface : getGhost(path.resolve(__dirname, envar('phantomjs'))), | ||
destination: path.resolve(__dirname, envar('dir'), envar('file')), | ||
destination: path.resolve(process.cwd(), envar('dir'), envar('file')), | ||
adapterPath: path.resolve(__dirname, 'adapters', envar('adapter')) | ||
@@ -25,0 +25,0 @@ }; |
{ | ||
"name": "obake", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Pipe javascript into phantomjs, print the output, writing test coverage to disk along the way", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9616