Comparing version 0.9.4 to 0.9.5
{ | ||
"name": "material", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "A lightweight implementation of Material Design Components for the web - ES6", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,2 +6,6 @@ | ||
if (this.options.reverse) { | ||
context = 'bottom' | ||
} | ||
if (!this.dataStore) return | ||
@@ -8,0 +12,0 @@ context = context !== undefined ? context : null |
@@ -59,2 +59,6 @@ export default { | ||
if (this.options.reverse) { | ||
data.reverse() | ||
} | ||
if (data.error) { | ||
@@ -61,0 +65,0 @@ console.log('error', data.error) |
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
471996
11073