immutable-config-for-smart-setter
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -44,2 +44,5 @@ 'use strict'; | ||
return I([]); | ||
}, | ||
toThisConfigsType: function toThisConfigsType(item) { | ||
return I(item); | ||
} | ||
@@ -46,0 +49,0 @@ }; |
{ | ||
"name": "immutable-config-for-smart-setter", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,4 +33,5 @@ import Im from 'immutable'; | ||
}, | ||
toThisConfigsType: item => I(item), | ||
} | ||
export default immutableConfig |
2815
76