Skip to content

Commit

Permalink
Export field
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBGD committed Nov 16, 2021
1 parent f54f0ab commit a475e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@technove/inject",
"description": "Dependency injection for TypeScript",
"version": "0.1.3",
"version": "0.1.4",
"author": "PaulBGD",
"license": "MIT",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export * from "./decorators/inject";
export * from "./decorators/service";
export * from "./key";
export * from "./types";
export * from "./field";

0 comments on commit a475e17

Please sign in to comment.