Skip to content

Commit 17e887e

Browse files
bump
1 parent 54d91d9 commit 17e887e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
demo
2+
screenshots

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-safariviewcontroller",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Forget InAppBrowser for iOS - this is way better for displaying read-only web content in your PhoneGap app.",
55
"cordova": {
66
"id": "cordova-plugin-safariviewcontroller",
@@ -17,8 +17,10 @@
1717
"InAppSafariBrowser",
1818
"Safari",
1919
"Safari ViewController",
20+
"Chrome Custom Tabs",
2021
"ecosystem:cordova",
21-
"cordova-ios"
22+
"cordova-ios",
23+
"cordova-android"
2224
],
2325
"engines": [
2426
{

0 commit comments

Comments
 (0)