vue3-carousel
Advanced tools
Comparing version 0.1.11 to 0.1.12
/** | ||
* Vue 3 Carousel 0.1.10 | ||
* Vue 3 Carousel 0.1.11 | ||
* (c) 2021 | ||
@@ -4,0 +4,0 @@ * @license MIT |
/** | ||
* Vue 3 Carousel 0.1.10 | ||
* Vue 3 Carousel 0.1.11 | ||
* (c) 2021 | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -0,1 +1,2 @@ | ||
import './variables.css'; | ||
import './carousel.css'; | ||
@@ -2,0 +3,0 @@ import './icon.css'; |
{ | ||
"name": "vue3-carousel", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"scripts": { | ||
@@ -23,3 +23,3 @@ "build": "rollup -c", | ||
"typescript": "^4.1.3", | ||
"vitepress": "^0.11.3", | ||
"vitepress": "^0.11.5", | ||
"vue": "^3.0.0" | ||
@@ -26,0 +26,0 @@ }, |
@@ -35,3 +35,3 @@ import css from 'rollup-plugin-css-only'; | ||
plugins: [ | ||
css({ output: pkg.style }), | ||
css({ output: 'carousel.css' }), | ||
typescript({ | ||
@@ -38,0 +38,0 @@ typescript: require('typescript'), |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
42646
21
1106
1