Comparing version 2.2.4 to 2.2.5
@@ -75,3 +75,4 @@ 'use strict'; | ||
_electrumTheme.Styles.with(props, list, more); | ||
styles.with(props, list, more); | ||
return list; | ||
}; | ||
@@ -78,0 +79,0 @@ |
{ | ||
"name": "electrum", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "Electrum simplifies framework-agnostic declaration of React components.", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
"electrum-store": "^1.0.1", | ||
"electrum-theme": "^1.1.1", | ||
"electrum-theme": "^1.1.2", | ||
"jsdom": "^7.0.2", | ||
@@ -42,0 +42,0 @@ "mai-chai": "^1.1.2", |
@@ -32,3 +32,4 @@ 'use strict'; | ||
list.with = function (...more) { | ||
Styles.with (props, list, more); | ||
styles.with (props, list, more); | ||
return list; | ||
}; | ||
@@ -35,0 +36,0 @@ |
134562
2764