Skip to content

Commit cd700f0

Browse files
committed
chore: update description in package.json
1 parent aba3588 commit cd700f0

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

plugin/package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript-community/ui-image",
33
"version": "4.0.14",
4-
"description": "Nativescript Image plugin using cache.",
4+
"description": "Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.",
55
"main": "./image",
66
"sideEffects": false,
77
"typings": "./image.d.ts",
@@ -14,8 +14,14 @@
1414
"keywords": [
1515
"NativeScript",
1616
"JavaScript",
17+
"Fresco",
18+
"SDWebImage",
19+
"cache",
20+
"caching",
1721
"Android",
18-
"iOS"
22+
"iOS",
23+
"Angular",
24+
"Vue"
1925
],
2026
"author": {
2127
"name": "Martin Guillon",
@@ -24,7 +30,10 @@
2430
"bugs": {
2531
"url": "https://github.com/nativescript-community/ui-image/issues"
2632
},
33+
"repository": {
34+
"type": "git",
35+
"url": "https://github.com/nativescript-community/ui-image"
36+
},
2737
"license": "Apache-2.0",
28-
"homepage": "https://github.com/nativescript-community/ui-image",
2938
"readmeFilename": "README.md"
3039
}

0 commit comments

Comments
 (0)