Comparing version 0.0.1 to 0.0.2
@@ -163,2 +163,6 @@ /*jshint node:true strict:false */ | ||
Container.prototype.addCreator = function(name, creator) { | ||
this.add(name, new SyncDependency(creator, null)); | ||
}; | ||
Container.prototype.add = function(name, value) { | ||
@@ -165,0 +169,0 @@ var dep; |
{ | ||
"name": "container", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Bruno Windels <bruno.windels@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Dependency injection container for javascript", |
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
29375
752