vue3-carousel
Advanced tools
Comparing version 0.1.8 to 0.1.9
/** | ||
* Vue 3 Carousel 0.1.8 | ||
* Vue 3 Carousel 0.1.9 | ||
* (c) 2021 | ||
@@ -4,0 +4,0 @@ * @license MIT |
/** | ||
* Vue 3 Carousel 0.1.8 | ||
* Vue 3 Carousel 0.1.9 | ||
* (c) 2021 | ||
@@ -9,3 +9,3 @@ * @license MIT | ||
typeof define === 'function' && define.amd ? define(['exports', 'vue'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.VueCarousel = {}, global.vue)); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.VueCarousel = {}, global.Vue)); | ||
}(this, (function (exports, vue) { 'use strict'; | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "vue3-carousel", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"scripts": { | ||
@@ -23,6 +23,6 @@ "build": "rollup -c", | ||
"vitepress": "^0.8.1", | ||
"vue": "^3.0.2" | ||
"vue": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.0.0-beta.13" | ||
"vue": "^3.0.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "browserslist": [ |
@@ -19,3 +19,6 @@ import css from 'rollup-plugin-css-only'; | ||
name: 'VueCarousel', | ||
banner | ||
banner, | ||
globals: { | ||
vue: 'Vue', | ||
}, | ||
}, | ||
@@ -22,0 +25,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
43227
1086