svelte-tiny-virtual-list
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -459,2 +459,3 @@ (function (global, factory) { | ||
width: '100%', | ||
height: '100%', | ||
}; | ||
@@ -461,0 +462,0 @@ |
{ | ||
"name": "svelte-tiny-virtual-list", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A tiny but mighty list virtualization component for svelte, with zero dependencies 💪", | ||
@@ -5,0 +5,0 @@ "svelte": "src/index.js", |
@@ -23,2 +23,3 @@ export const ALIGNMENT = { | ||
width: '100%', | ||
height: '100%', | ||
}; | ||
@@ -25,0 +26,0 @@ |
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
115580
2919