typed-inject
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,5 @@ | ||
## [0.1.1](https://github.com/nicojs/typed-inject/compare/v0.1.0...v0.1.1) (2019-01-26) | ||
# 0.1.0 (2019-01-25) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "typed-inject", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Type safe dependency injection framework for TypeScript", | ||
@@ -65,4 +65,4 @@ "main": "src/index.js", | ||
"tslint": "^5.12.1", | ||
"typescript": "^3.2.4" | ||
"typescript": "^3.2.2" | ||
} | ||
} |
@@ -14,2 +14,4 @@ [![Build Status](https://travis-ci.org/nicojs/typed-inject.svg?branch=master)](https://travis-ci.org/nicojs/typed-inject) | ||
_If you want to know more about how typed-inject works, please read [my blog article about it](https://medium.com/@jansennico/advanced-typescript-type-safe-dependency-injection-873426e2cc96)_ | ||
## 🗺️ Installation | ||
@@ -144,2 +146,4 @@ | ||
Please read [my blog article on Medium](https://medium.com/@jansennico/advanced-typescript-type-safe-dependency-injection-873426e2cc96) if you want to know how this works. | ||
## 📖 API reference | ||
@@ -146,0 +150,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37371
269