lodash-decorators
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -18,2 +18,6 @@ 'use strict'; | ||
var _utilsCopyMetaData = require('./utils/copyMetaData'); | ||
var _utilsCopyMetaData2 = _interopRequireDefault(_utilsCopyMetaData); | ||
function bindAllWrapper() { | ||
@@ -49,3 +53,3 @@ for (var _len = arguments.length, methods = Array(_len), _key = 0; _key < _len; _key++) { | ||
return BindAllWrapper; | ||
return (0, _utilsCopyMetaData2['default'])(BindAllWrapper, ctor); | ||
}; | ||
@@ -52,0 +56,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "A collection of decorators using lodash at it's core.", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"engines": { | ||
@@ -8,0 +8,0 @@ "node": ">=0.12.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
37623
633