Skip to content

Commit d861c22

Browse files
committed
chore: update activity indicatior description
1 parent 6c07056 commit d861c22

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

images/demo-activity-indicator.gif

33.4 KB
Loading

packages/activityindicator/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript-community/ui-material-activityindicator",
33
"version": "5.1.5",
4-
"description": "Material ActivityIndicator component",
4+
"description": "Material Design activity indicator expresses an unspecified wait time.",
55
"main": "./index",
66
"sideEffects": false,
77
"typings": "./index.d.ts",
@@ -23,7 +23,10 @@
2323
"NativeScript",
2424
"JavaScript",
2525
"Android",
26-
"iOS"
26+
"iOS",
27+
"Vue",
28+
"Angular",
29+
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-activity-indicator.gif"
2730
],
2831
"author": {
2932
"name": "Martin Guillon",
@@ -33,8 +36,10 @@
3336
"url": "https://github.com/Akylas/nativescript-material-components/issues"
3437
},
3538
"license": "Apache-2.0",
36-
"homepage": "https://github.com/Akylas/nativescript-material-components",
37-
"repository": "https://github.com/Akylas/nativescript-material-components",
39+
"repository": {
40+
"type": "git",
41+
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator"
42+
},
3843
"readmeFilename": "README.md",
3944
"dependencies": {
4045
"@nativescript-community/ui-material-core": "^5.1.5"

0 commit comments

Comments
 (0)