We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54f0ab commit a475e17Copy full SHA for a475e17
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@technove/inject",
3
"description": "Dependency injection for TypeScript",
4
- "version": "0.1.3",
+ "version": "0.1.4",
5
"author": "PaulBGD",
6
"license": "MIT",
7
"scripts": {
src/index.ts
@@ -5,3 +5,4 @@ export * from "./decorators/inject";
export * from "./decorators/service";
export * from "./key";
export * from "./types";
8
+export * from "./field";
0 commit comments