Comparing version 2.1.6 to 2.1.7
{ | ||
"name": "true-di", | ||
"version": "2.1.6", | ||
"description": "Framework Agnostic, Zero Dependency, Isomorphic & Minimalistic Dependency Injection Container for TypeScript and JavaScript projects", | ||
"version": "2.1.7", | ||
"description": "Zero Dependency, Minimalistic **Type-Safe DI Container** for TypeScript and JavaScript projects", | ||
"main": "./lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "./esm/index.js", |
# true-di | ||
Framework Agnostic, Zero Dependency, Isomorphic & Minimalistic **Dependency Injection Container** for TypeScript and JavaScript projects | ||
Zero Dependency, Minimalistic **Type-Safe DI Container** for TypeScript and JavaScript projects | ||
@@ -5,0 +5,0 @@ [![Build Status](https://travis-ci.org/DScheglov/true-di.svg?branch=master)](https://travis-ci.org/DScheglov/true-di) [![Coverage Status](https://coveralls.io/repos/github/DScheglov/true-di/badge.svg?branch=master)](https://coveralls.io/github/DScheglov/true-di?branch=master) [![npm version](https://img.shields.io/npm/v/true-di.svg?style=flat-square)](https://www.npmjs.com/package/true-di) [![npm downloads](https://img.shields.io/npm/dm/true-di.svg?style=flat-square)](https://www.npmjs.com/package/true-di) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/DScheglov/true-di/blob/master/LICENSE) |
59130