dependency-injection
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -51,3 +51,3 @@ // Generated by CoffeeScript 1.6.3 | ||
if (service.run === true) { | ||
di.getByName('name'); | ||
di.getByName(name); | ||
} | ||
@@ -54,0 +54,0 @@ } |
{ | ||
"name": "dependency-injection", | ||
"description": "Dependency injection with configuration and autowire for node js and browser", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "David Kudera", |
@@ -215,2 +215,5 @@ # Dependency injection | ||
* 1.3.2 | ||
+ Bug with run option | ||
* 1.3.1 | ||
@@ -217,0 +220,0 @@ + Just some mistake in readme |
Sorry, the diff of this file is not supported yet
33857
253