Skip to content

Commit

Permalink
Merge pull request #33 from halliganjs/bump-ts-version
Browse files Browse the repository at this point in the history
Bump TS version
  • Loading branch information
stratedge committed Apr 16, 2021
2 parents 75450de + f16f453 commit 007b896
Show file tree
Hide file tree
Showing 5 changed files with 7,239 additions and 1,721 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ typings/

# Compiled distribution files
lib/

# Internal test/check dir
check/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
![npm](https://img.shields.io/npm/v/@halliganjs/service-container)
![npm](https://img.shields.io/npm/dm/@halliganjs/service-container)
![npm bundle size](https://img.shields.io/bundlephobia/min/@halliganjs/service-container)
![Maintenance](https://img.shields.io/maintenance/yes/2020)
![Maintenance](https://img.shields.io/maintenance/yes/2021)

The Service Container provides a very simple, centralized container that stores and resolves libraries, objects, and values to better organize code, manage dependencies, and enhance testability.

Expand Down

0 comments on commit 007b896

Please sign in to comment.