Skip to content

Commit

Permalink
chore: update description in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
keerl committed Nov 22, 2020
1 parent 943609a commit 9517911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@nativescript-community/ui-webview",
"version": "1.1.3",
"description": "Extended WebView which adds many options such as custom scheme handlers, JavaScript execution, URL capturing, and more.",
"main": "./webview",
"sideEffects": false,
"typings": "./webview.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/nativescript-community/ui-webview.git"
"url": "https://github.com/nativescript-community/ui-webview"
},
"nativescript": {
"platforms": {
Expand All @@ -28,6 +29,5 @@
"bugs": {
"url": "https://github.com/nativescript-community/ui-webview/issues"
},
"homepage": "https://github.com/nativescript-community/ui-webview#readme",
"gitHead": "afa99a5f27006ed7545af88d2f8544fc1721e41c"
}

0 comments on commit 9517911

Please sign in to comment.