Skip to content

Commit 1f4abfd

Browse files
fix(package/peer): update peer dependencies
1 parent e51f600 commit 1f4abfd

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed
Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "angular-cropperjs",
3-
"description": "CropperJS integration for Angular +6",
4-
"version": "14.0.0",
5-
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/matheusdavidson/angular-cropperjs"
8-
},
9-
"author": {
10-
"name": "Matheus Davidson",
11-
"email": "matheusdavidson@gmail.com"
12-
},
13-
"keywords": [
14-
"angular",
15-
"angular2",
16-
"angular4",
17-
"angular-library",
18-
"angular-component",
19-
"cropperjs",
20-
"cropper",
21-
"image"
22-
],
23-
"license": "MIT",
24-
"bugs": {
25-
"url": "https://github.com/matheusdavidson/angular-cropperjs/issues"
26-
},
27-
"dependencies": {
28-
"tslib": "^2.0.0"
29-
},
30-
"peerDependencies": {
31-
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
32-
"@angular/core": "^6.0.0-rc.0 || ^6.0.0",
33-
"cropperjs": "^1.4.1"
34-
}
35-
}
2+
"name": "angular-cropperjs",
3+
"description": "CropperJS integration for Angular +6",
4+
"version": "14.0.0",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/matheusdavidson/angular-cropperjs"
8+
},
9+
"author": {
10+
"name": "Matheus Davidson",
11+
"email": "matheusdavidson@gmail.com"
12+
},
13+
"keywords": [
14+
"angular",
15+
"angular2",
16+
"angular4",
17+
"angular-library",
18+
"angular-component",
19+
"cropperjs",
20+
"cropper",
21+
"image"
22+
],
23+
"license": "MIT",
24+
"bugs": {
25+
"url": "https://github.com/matheusdavidson/angular-cropperjs/issues"
26+
},
27+
"dependencies": {
28+
"tslib": "^2.0.0"
29+
},
30+
"peerDependencies": {
31+
"@angular/common": ">14.0.0",
32+
"@angular/core": ">14.0.0",
33+
"cropperjs": "^1.4.1"
34+
}
35+
}

0 commit comments

Comments
 (0)