deprecated-decorator
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -86,6 +86,2 @@ /* | ||
}; | ||
Object.defineProperty(constructor, 'name', { | ||
value: name, | ||
writable: false | ||
}); | ||
for (var _i = 0, _a = Object.getOwnPropertyNames(target); _i < _a.length; _i++) { | ||
@@ -92,0 +88,0 @@ var propertyName = _a[_i]; |
{ | ||
"name": "deprecated-decorator", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A simple decorator for deprecated methods and properties.", | ||
@@ -5,0 +5,0 @@ "main": "bld/index.js", |
Sorry, the diff of this file is not supported yet
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
11481
124