Skip to content

Commit f1d8783

Browse files
committed
Release 8.2.0
1 parent 5b4013e commit f1d8783

File tree

3 files changed

+33
-22
lines changed

3 files changed

+33
-22
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
Install via NPM:
6565

6666
```shell
67-
npm install angular-uploader
67+
npm install angular-uploader uploader
6868
```
6969

7070
Or via YARN:
7171

7272
```shell
73-
yarn add angular-uploader
73+
yarn add angular-uploader uploader
7474
```
7575

7676
## Initialization

projects/angular-uploader/package-lock.json

Lines changed: 26 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-uploader/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-uploader",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"author": "Upload <[email protected]> (https://upload.io)",
55
"description": "Angular File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐",
66
"license": "MIT",
@@ -51,10 +51,9 @@
5151
},
5252
"peerDependencies": {
5353
"@angular/common": "^13.3.0",
54-
"@angular/core": "^13.3.0"
54+
"@angular/core": "^13.3.0",
55+
"tslib": "^2.3.0",
56+
"uploader": "^3.0.1"
5557
},
56-
"dependencies": {
57-
"uploader": "^3.0.1",
58-
"tslib": "^2.3.0"
59-
}
58+
"dependencies": {}
6059
}

0 commit comments

Comments
 (0)