Comparing version 2.6.0 to 2.6.1
@@ -89,3 +89,3 @@ 'use strict'; | ||
styles.with(props, list, more); | ||
styles.with(list, more); | ||
return list; | ||
@@ -92,0 +92,0 @@ }; |
{ | ||
"name": "electrum", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Electrum simplifies framework-agnostic declaration of React components.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -45,3 +45,3 @@ 'use strict'; | ||
list.with = function (...more) { | ||
styles.with (props, list, more); | ||
styles.with (list, more); | ||
return list; | ||
@@ -48,0 +48,0 @@ }; |
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
126224