Skip to content

Commit

Permalink
Merge pull request #38 from Davidhanson90/main
Browse files Browse the repository at this point in the history
BUG: Export the constants
  • Loading branch information
Davidhanson90 authored Mar 5, 2021
2 parents 787cff1 + d840421 commit 3c55a6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * from './annotations/factory';
export * from './annotations/lazy';
export * from './annotations/optional';
export * from './annotations/interceptor';
export * from './constants/constants';
export * from './contracts/contracts';
export * from './core/factory';
export * from './core/lazy';
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.8",
"version": "0.3.9",
"description": "A small & lightweight dependency injection container for use in multiple contexts like Angular, React & node.",
"name": "@morgan-stanley/needle",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3c55a6a

Please sign in to comment.