grunt-wendy
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "grunt-wendy", | ||
"description": "CasperJS test runner", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"homepage": "https://github.com/davidosomething/grunt-wendy", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -274,2 +274,4 @@ # <img src="https://raw.githubusercontent.com/davidosomething/grunt-wendy/master/docs/wendy.png" alt="grunt-wendy Logo" valign="middle" style="width: 1.5em;"> grunt-wendy | ||
- 3.0.1 | ||
- Fix require! | ||
- 3.0.0 | ||
@@ -276,0 +278,0 @@ - Update deps |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var async = require('async'); | ||
var phantomBinPath = require('phantomjs').path; | ||
var phantomBinPath = require('phantomjs-prebuilt').path; | ||
var getFilepaths = require('./lib/getFilepaths.js'); | ||
@@ -10,0 +10,0 @@ var filepathIterator = require('./lib/filepathIterator.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
134827
346