Skip to content

Commit 9517911

Browse files
committed
chore: update description in package.json
1 parent 943609a commit 9517911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@nativescript-community/ui-webview",
33
"version": "1.1.3",
4+
"description": "Extended WebView which adds many options such as custom scheme handlers, JavaScript execution, URL capturing, and more.",
45
"main": "./webview",
56
"sideEffects": false,
67
"typings": "./webview.d.ts",
78
"repository": {
89
"type": "git",
9-
"url": "git+https://github.com/nativescript-community/ui-webview.git"
10+
"url": "https://github.com/nativescript-community/ui-webview"
1011
},
1112
"nativescript": {
1213
"platforms": {
@@ -28,6 +29,5 @@
2829
"bugs": {
2930
"url": "https://github.com/nativescript-community/ui-webview/issues"
3031
},
31-
"homepage": "https://github.com/nativescript-community/ui-webview#readme",
3232
"gitHead": "afa99a5f27006ed7545af88d2f8544fc1721e41c"
3333
}

0 commit comments

Comments
 (0)