Skip to content

Commit 2f4106f

Browse files
committed
chore: update package.json for website
1 parent b39183c commit 2f4106f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

plugin/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript-community/ui-drawer",
33
"version": "0.0.14",
4-
"description": "NativeScript plugin that allows you to easily add a side drawer (side menu) to your projects.",
4+
"description": "Easily add a side drawer (side menu) to your projects.",
55
"main": "./index",
66
"sideEffects": false,
77
"typings": "./index.d.ts",
@@ -24,8 +24,11 @@
2424
"menu",
2525
"nativescript-community",
2626
"Angular",
27-
"Vue.js",
28-
"Svelte"
27+
"Vue",
28+
"Svelte",
29+
"React",
30+
"preview|https://raw.githubusercontent.com/nativescript-community/ui-drawer/master/images/demo-ios.gif|iOS Demo",
31+
"preview|https://raw.githubusercontent.com/nativescript-community/ui-drawer/master/images/demo-android.gif|Android Demo"
2932
],
3033
"author": {
3134
"name": "Martin Guillon",
@@ -34,8 +37,11 @@
3437
"bugs": {
3538
"url": "https://github.com/nativescript-community/ui-drawer/issues"
3639
},
40+
"repository": {
41+
"type": "git",
42+
"url": "https://github.com/nativescript-community/ui-drawer"
43+
},
3744
"license": "Apache-2.0",
38-
"homepage": "https://github.com/nativescript-community/ui-drawer",
3945
"readmeFilename": "README.md",
4046
"dependencies": {
4147
"@nativescript-community/gesturehandler": "^0.1.29"

0 commit comments

Comments
 (0)