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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Handy Uploader Vue
1
+ # Handy Uploader
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/handy-uploader.svg)](https://badge.fury.io/js/handy-uploader)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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/yourusername/handy-uploader)
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/yourusername/handy-uploader#readme)
393
- - [Issues](https://github.com/yourusername/handy-uploader/issues)
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
  ![npm downloads](https://img.shields.io/npm/dm/handy-uploader.svg)
398
- ![GitHub stars](https://img.shields.io/github/stars/yourusername/handy-uploader.svg)
399
- ![GitHub issues](https://img.shields.io/github/issues/yourusername/handy-uploader.svg)
398
+ ![GitHub stars](https://img.shields.io/github/stars/alijahanpak/handy-uploader.svg)
399
+ ![GitHub issues](https://img.shields.io/github/issues/alijahanpak/handy-uploader.svg)
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.1",
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/yourusername/handy-uploader.git"
33
+ "url": "https://github.com/alijahanpak/handy-uploader.git"
34
34
  },
35
- "homepage": "https://github.com/yourusername/handy-uploader#readme",
35
+ "homepage": "https://github.com/alijahanpak/handy-uploader#readme",
36
36
  "bugs": {
37
- "url": "https://github.com/yourusername/handy-uploader/issues"
37
+ "url": "https://github.com/alijahanpak/handy-uploader/issues"
38
38
  },
39
39
  "scripts": {
40
40
  "dev": "vite",