Comparing version 0.1.3 to 0.1.4
@@ -11,3 +11,3 @@ 'use strict'; | ||
var filename = filenameUrl + '-' + el + '.png'; | ||
var dim = el.split('x'); | ||
var dim = el.split(/x/i); | ||
var options = { | ||
@@ -14,0 +14,0 @@ windowSize: { |
{ | ||
"name": "pageres", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Get screenshots of websites in different resolutions", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
6022