Skip to content

Commit bcdb511

Browse files
committed
2 parents cd4a9da + 84a14b1 commit bcdb511

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v1.0.1-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive-blur-hash/releases)
1+
[![Release](https://img.shields.io/badge/release-v1.0.3-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive-blur-hash/releases)
22
[![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.cloudimage.io/en/home#b38181a6-b9c8-4015-9742-7b1a1ad382d5)
33
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
44
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cloudimage-responsive-blur-hash",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"main": "dist/index.cjs.js",
55
"module": "dist/index.es.js",
66
"description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with blur hash placeholder.",
@@ -37,7 +37,8 @@
3737
},
3838
"dependencies": {
3939
"cloudimage-responsive-utils": "^2.0.10",
40-
"core-js": "^3.6.5"
40+
"core-js": "^3.6.5",
41+
"throttle-debounce": "^2.3.0"
4142
},
4243
"peerDependencies": {
4344
"vue": "^2.6.11",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
],
2020
external: [
2121
'vue',
22-
'lodash.throttle',
22+
'throttle-debounce',
2323
'core-js',
2424
'cloudimage-responsive-utils'
2525
],

0 commit comments

Comments
 (0)