vue-filepond
Advanced tools
Comparing version 2.1.3 to 2.1.5
/*! | ||
* vue-filepond v2.1.3 | ||
* vue-filepond v2.1.5 | ||
* A handy FilePond adapter component for Vue | ||
@@ -143,3 +143,3 @@ * | ||
const attrs = Object.assign({}, this.$attrs); | ||
// Create our pond | ||
@@ -146,0 +146,0 @@ this._pond = create( |
/*! | ||
* vue-filepond v2.1.3 | ||
* vue-filepond v2.1.5 | ||
* A handy FilePond adapter component for Vue | ||
@@ -4,0 +4,0 @@ * |
/*! | ||
* vue-filepond v2.1.3 | ||
* vue-filepond v2.1.5 | ||
* A handy FilePond adapter component for Vue | ||
@@ -4,0 +4,0 @@ * |
@@ -133,3 +133,3 @@ import Vue from 'vue'; | ||
const attrs = Object.assign({}, this.$attrs); | ||
// Create our pond | ||
@@ -136,0 +136,0 @@ this._pond = create( |
{ | ||
"name": "vue-filepond", | ||
"version": "2.1.3", | ||
"version": "2.1.5", | ||
"description": "A handy FilePond adapter component for Vue", | ||
@@ -37,3 +37,3 @@ "homepage": "https://pqina.nl/filepond", | ||
"dependencies": { | ||
"filepond": "^1.8.0" | ||
"filepond": "^1.8.5" | ||
}, | ||
@@ -40,0 +40,0 @@ "peerDependencies": { |
23110
Updatedfilepond@^1.8.5