@agatee/core
Advanced tools
@@ -11,3 +11,3 @@ "use strict"; | ||
| for (const module of options.imports) { | ||
| (() => new module())(); | ||
| injectable_decorators_1.Injector.resolve(module); | ||
| } | ||
@@ -14,0 +14,0 @@ } |
+9
-3
| { | ||
| "name": "@agatee/core", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "A lightweight Typescript framework for express app", | ||
@@ -9,3 +9,9 @@ "main": "index.js", | ||
| }, | ||
| "keywords": ["typescript", "express", "generator", "decorator", "framework"], | ||
| "keywords": [ | ||
| "typescript", | ||
| "express", | ||
| "generator", | ||
| "decorator", | ||
| "framework" | ||
| ], | ||
| "author": "niainaratsima@gmail.com", | ||
@@ -17,2 +23,2 @@ "license": "ISC", | ||
| } | ||
| } | ||
| } |
11430
0.45%