Comparing version 3.3.1 to 3.3.2
{ | ||
"name": "tartan", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "Library to render tartan pattern using its textual descriptor (threadcount).", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -29,3 +29,3 @@ 'use strict'; | ||
var isSameColor = left.name == right.name; | ||
var isSameCount = left.count = right.count; | ||
var isSameCount = left.count == right.count; | ||
if (isSameColor && isSameCount) { | ||
@@ -32,0 +32,0 @@ result.push(left); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3104942