supercharged-slider
Advanced tools
Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "supercharged-slider", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "A super modular tiny slider library.", | ||
@@ -45,10 +45,9 @@ "license": "MIT", | ||
"keywords": ["slider", "tiny", "modular", "carousel"], | ||
"main": "./dist/index.umd.js", | ||
"main": "./dist/index.es.js", | ||
"module": "./dist/index.es.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.umd.js" | ||
"import": "./dist/index.es.js" | ||
} | ||
} | ||
} |
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
27781