vue-transmit
Advanced tools
Comparing version 5.1.3 to 5.1.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="5.1.4"></a> | ||
## [5.1.4](https://github.com/alexsasharegan/vue-transmit/compare/v5.1.3...v5.1.4) (2017-09-18) | ||
### Bug Fixes | ||
* **package.json:** point main to commonjs ([58bcb71](https://github.com/alexsasharegan/vue-transmit/commit/58bcb71)) | ||
<a name="5.1.3"></a> | ||
@@ -7,0 +17,0 @@ ## [5.1.3](https://github.com/alexsasharegan/vue-transmit/compare/v5.1.2...v5.1.3) (2017-09-18) |
{ | ||
"name": "vue-transmit", | ||
"version": "5.1.3", | ||
"version": "5.1.4", | ||
"description": "Vue.js drag & drop uploader based on Dropzone.js", | ||
"module": "dist/vue-transmit.esm.min.js", | ||
"jsnext:main": "dist/vue-transmit.esm.min.js", | ||
"main": "dist/vue-transmit.min.js", | ||
"main": "dist/vue-transmit.common.min.js", | ||
"keywords": [ | ||
@@ -9,0 +9,0 @@ "dragndrop", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7273702
0