@hitorisensei/mutex-decorator
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@hitorisensei/mutex-decorator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -9,2 +9,14 @@ # Mutex Decorators Library | ||
--- | ||
**NOTE**: This library is intended to be used by TypeScript projects. \ | ||
Projects must have the `experimentalDecorators` option enabled in the `tsconfig.json` file. | ||
```json | ||
{ | ||
"compilerOptions": { | ||
"experimentalDecorators": true, | ||
} | ||
} | ||
``` | ||
## Installation | ||
@@ -11,0 +23,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
8816
84