We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee46e40 commit 88f543fCopy full SHA for 88f543f
README.md
@@ -61,9 +61,6 @@ Simply run
61
npm run publish
62
```
63
<br><br>This monorepo contains multiple packages:<br><br><details>
64
-<summary><b>ui-webview</b></summary>
65
-{{ load:packages/ui-webview/README.md }}
66
-</details><details>
67
<summary><b>webview</b></summary>
68
# @nativescript-community/ui-webview
69
demo-snippets/package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "@nativescript-community/template-snippet",
3
+ "private": true,
4
"version": "0.0.1",
5
"dependencies": {
- "@nativescript-community/perms": "2.2.0",
6
+ "@nativescript-community/perms": "2.2.21",
7
"@nativescript-community/ui-webview": "link:../packages/webview",
8
"fast-deep-equal": "3.1.3",
9
"url": "0.11.0"
10
}
-}
11
+}
0 commit comments