Skip to content

Commit a475e17

Browse files
committed
Export field
1 parent f54f0ab commit a475e17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@technove/inject",
33
"description": "Dependency injection for TypeScript",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"author": "PaulBGD",
66
"license": "MIT",
77
"scripts": {

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ export * from "./decorators/inject";
55
export * from "./decorators/service";
66
export * from "./key";
77
export * from "./types";
8+
export * from "./field";

0 commit comments

Comments
 (0)