immutable-config-for-smart-setter
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -24,3 +24,3 @@ 'use strict'; | ||
isObjectOrMap: function isObjectOrMap($$item) { | ||
return _immutable2.default.Map.isMap(item); | ||
return _immutable2.default.Map.isMap($$item); | ||
}, | ||
@@ -27,0 +27,0 @@ isArrayOrList: function isArrayOrList($$item) { |
{ | ||
"name": "immutable-config-for-smart-setter", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "rm -rf lib && babel src -d lib" | ||
"build": "rm -rf lib && babel src -d lib", | ||
"deploy": "npm run build && git add --all && git commit -m 'automatic commit' && git push origin && npm version patch && npm publish" | ||
}, | ||
@@ -11,0 +12,0 @@ "author": "Marcello Sachs <marcello.sachs@gmail.com> (https://github.com/marcellosachs)", |
2299