ember-addon-stepper
Advanced tools
Comparing version 1.1.4 to 1.2.0
@@ -485,3 +485,3 @@ import Component from '@ember/component'; | ||
if (middle > 0) { | ||
if (middle >= 0) { | ||
final = (middle + decimalsPart); | ||
@@ -488,0 +488,0 @@ } else { |
{ | ||
"name": "ember-addon-stepper", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -65,3 +65,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "4b9749ebd6986318e29b3de5f3911f6d3f7846cc" | ||
"gitHead": "ec8b899df664075c036424eda6fe1bdd4b8de95a" | ||
} |
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
37230