react-services-injector
Advanced tools
Comparing version 0.2.0-beta.9 to 0.2.0-beta.10
@@ -88,3 +88,3 @@ var Service = function() { | ||
key: ++self.key, | ||
instance | ||
instance: instance | ||
}); | ||
@@ -91,0 +91,0 @@ |
{ | ||
"name": "react-services-injector", | ||
"version": "0.2.0-beta.9", | ||
"version": "0.2.0-beta.10", | ||
"description": "A library to create and use sigleton-services in your React application.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
47414