Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "labs-core", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Core classes to Labs : expression, dimensions, multipliers, et cetera.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -105,5 +105,5 @@ const Decimal = require('decimal.js'); | ||
} else if (this.isCall()) { | ||
return _.flatten(this.args.map(function(args) { | ||
return _.uniq(_.flatten(this.args.map(function(args) { | ||
return args.deps(); | ||
})).uniq(); | ||
}))); | ||
} else { | ||
@@ -110,0 +110,0 @@ return []; |
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
28747