handy-uploader 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Handy Uploader
|
|
1
|
+
# Handy Uploader
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/handy-uploader)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -387,16 +387,16 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|
|
387
387
|
|
|
388
388
|
## 🔗 Links
|
|
389
389
|
|
|
390
|
-
- [GitHub Repository](https://github.com/
|
|
390
|
+
- [GitHub Repository](https://github.com/alijahanpak/vue-file-uploader)
|
|
391
391
|
- [npm Package](https://www.npmjs.com/package/handy-uploader)
|
|
392
|
-
- [Documentation](https://github.com/
|
|
393
|
-
- [Issues](https://github.com/
|
|
392
|
+
- [Documentation](https://github.com/alijahanpak/vue-file-uploader#readme)
|
|
393
|
+
- [Issues](https://github.com/alijahanpak/vue-file-uploader/issues)
|
|
394
394
|
|
|
395
395
|
## 📊 Stats
|
|
396
396
|
|
|
397
397
|

|
|
398
|
-

|
|
399
|
+

|
|
400
400
|
|
|
401
401
|
---
|
|
402
402
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "handy-uploader",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "A comprehensive Vue 3 file uploader component library with video thumbnail generation and multiple upload styles",
|
|
5
5
|
"main": "dist/handy-uploader.umd.js",
|
|
6
6
|
"module": "dist/handy-uploader.es.js",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|
|
33
|
-
"url": "https://github.com/
|
|
33
|
+
"url": "https://github.com/alijahanpak/handy-uploader.git"
|
|
34
34
|
},
|
|
35
|
-
"homepage": "https://github.com/
|
|
35
|
+
"homepage": "https://github.com/alijahanpak/handy-uploader#readme",
|
|
36
36
|
"bugs": {
|
|
37
|
-
"url": "https://github.com/
|
|
37
|
+
"url": "https://github.com/alijahanpak/handy-uploader/issues"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"dev": "vite",
|