cerebral-model-immutable-js
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -27,2 +27,5 @@ var Immutable = require('immutable'); | ||
}, | ||
toJS: function (path) { | ||
return state.get(path).toJS(); | ||
}, | ||
export: function () { | ||
@@ -29,0 +32,0 @@ return state.toJS(); |
{ | ||
"name": "cerebral-model-immutable-js", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A state package for Cerebral", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
10871
302