Comparing version 1.0.5 to 1.0.6
@@ -81,2 +81,7 @@ var Injector = require('./Injector'); | ||
Beat.prototype.decorator = function decorator(serviceName, decorFn) { | ||
this.provide.decorator(serviceName, decorFn); | ||
return this; | ||
}; | ||
Beat.prototype.get = function get(name) { | ||
@@ -83,0 +88,0 @@ return this.injector.get(name); |
@@ -6,3 +6,3 @@ { | ||
"repository": "git://github.com/edinella/beat.git", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"license": "MIT", | ||
@@ -9,0 +9,0 @@ "main": "lib/Beat.js", |
Sorry, the diff of this file is not supported yet
26310
12
203