Skip to content

Commit b7b3fbb

Browse files
committed
chore: add preview image and update package.json
1 parent 34a21f1 commit b7b3fbb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

images/demo.gif

2.29 MB
Loading

plugin/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript-community/gesturehandler",
33
"version": "0.1.32",
4-
"description": "Nativescript plugin for gestures",
4+
"description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
55
"main": "gesturehandler",
66
"sideEffects": false,
77
"typings": "gesturehandler.d.ts",
@@ -14,7 +14,10 @@
1414
"keywords": [
1515
"NativeScript",
1616
"JavaScript",
17-
"iOS"
17+
"iOS",
18+
"Android",
19+
"Vue",
20+
"preview|https://raw.githubusercontent.com/nativescript-community/gesturehandler/master/images/demo.gif"
1821
],
1922
"author": {
2023
"name": "Martin Guillon",
@@ -24,7 +27,10 @@
2427
"url": "https://github.com/nativescript-community/gesturehandler/issues"
2528
},
2629
"license": "Apache-2.0",
27-
"homepage": "https://github.com/nativescript-community/gesturehandler",
30+
"repository": {
31+
"type": "git",
32+
"url": "https://github.com/nativescript-community/gesturehandler"
33+
},
2834
"bootstrapper": "nativescript-plugin-seed",
2935
"dependencies": {
3036
"@nativescript-community/observable": "^2.0.8"

0 commit comments

Comments
 (0)