Comparing version 0.9.4 to 0.9.5
@@ -420,3 +420,3 @@ "use strict"; | ||
this.addListenerByProps(prop, listener); | ||
this.addListenerByProp(prop, listener); | ||
this.subscribe(listener); | ||
@@ -479,3 +479,3 @@ | ||
this.addListenerByProps(prop, listener); | ||
this.addListenerByProp(prop, listener); | ||
this.subscribe(listener); | ||
@@ -482,0 +482,0 @@ |
{ | ||
"name": "dot-store", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Like Redux, but easy", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
28301