Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "di-ts", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Lightweight wrap and extension of angular/di.js for TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,6 +13,6 @@ | ||
## Usage | ||
You to use --emitDecoratorMetadata flag when compile you typescript files. This flag is not supported | ||
You need to use --emitDecoratorMetadata flag when compile you typescript files. This flag is not supported | ||
in the last released version of TypeScript, you need to download and use last commit of | ||
[master branch](https://github.com/Microsoft/TypeScript/tree/master) | ||
[master branch](https://github.com/Microsoft/TypeScript/tree/master). | ||
@@ -19,0 +19,0 @@ ### car.ts |
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
6325