Skip to content

Commit 46e3de8

Browse files
committed
update library package.json and documentation
1 parent e4a1aaa commit 46e3de8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
An Angular 11 module for simple desktop file and folder drag and drop. This library does not need rxjs-compat.
5+
An Angular module for simple desktop file and folder drag and drop. This library does not need rxjs-compat.
66

77
For previous Angular support please use older versions.
88

src/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/ng-packagr/package.schema.json",
33
"name": "ngx-file-drop",
4-
"version": "11.3.0",
4+
"version": "12.0.0",
55
"description": "Angular ngx-file-drop - Simple desktop file and folder drag and drop",
66
"author": "Georgi Peltekov",
77
"license": "MIT",
@@ -29,6 +29,8 @@
2929
"angular 10",
3030
"angular11",
3131
"angular 11",
32+
"angular12",
33+
"angular 12",
3234
"file drop",
3335
"folder drop",
3436
"file upload",
@@ -37,8 +39,8 @@
3739
"drag and drop"
3840
],
3941
"peerDependencies": {
40-
"@angular/common": ">=9.0.0",
41-
"@angular/core": ">=9.0.0"
42+
"@angular/common": ">=12.0.0",
43+
"@angular/core": ">=12.0.0"
4244
},
4345
"ngPackage": {
4446
"lib": {

0 commit comments

Comments
 (0)