Comparing version 4.0.0-rc-31 to 4.0.0-rc-32
{ | ||
"name": "cheap-di", | ||
"description": "TypeScript dependency injection like Autofac in .Net", | ||
"version": "4.0.0-rc-31", | ||
"version": "4.0.0-rc-32", | ||
"scripts": { | ||
@@ -22,3 +22,3 @@ "compile": "tsc --build tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json", | ||
}, | ||
"files": ["dist/**/*", ",package.json", "README.md"], | ||
"files": ["dist/**/*", "package.json", "README.md", "LICENSE"], | ||
"main": "./dist/cjs/index.js", | ||
@@ -33,3 +33,3 @@ "module": "./dist/esm/index.js", | ||
"license": "MIT", | ||
"homepage": "https://github.com/tomas-light/cheap-di#readme", | ||
"homepage": "https://github.com/tomas-light/cheap-di/tree/master/packages/cheap-di#readme", | ||
"keywords": [ | ||
@@ -39,6 +39,4 @@ "dependency", | ||
"dependency injection", | ||
"di", | ||
"cheap di", | ||
"instance type" | ||
"cheap di" | ||
] | ||
} |
@@ -5,2 +5,3 @@ # cheap-di | ||
* [Installation](#installation) | ||
* [How to use](#how-to-use) | ||
@@ -11,2 +12,8 @@ * [Registration variants](#registration-variants) | ||
## <a name="isntallation"></a> Installation | ||
```shell | ||
npm i cheap-di | ||
``` | ||
## <a name="how-to-use"></a> How to use | ||
@@ -13,0 +20,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
109340
243