core-decorators
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "core-decorators", | ||
"version": "0.8.0", | ||
"description": "Library of ES7 decorators inspired by languages that come with built-ins like @override, @deprecated, etc", | ||
"version": "0.8.1", | ||
"description": "Library of ES2016 (ES7) JavaScript decorators inspired by languages that come with built-ins like @override, @deprecate, @autobind, @mixin and more! Works great with React/Angular/more!", | ||
"main": "lib/core-decorators.js", | ||
@@ -34,2 +34,3 @@ "jsnext:main": "src/core-decorators.js", | ||
"react", | ||
"angular", | ||
"lodash", | ||
@@ -36,0 +37,0 @@ "mixin" |
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
67618