Skip to content

Commit 215b990

Browse files
committed
1 parent 3659cfb commit 215b990

4 files changed

Lines changed: 11 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ This plugin launches an in-app web view on top the existing [CordovaWebView](htt
105105
Installation
106106
------------
107107

108-
cordova plugin add com.initialxy.cordova.themeablebrowser
108+
cordova plugin add cordova-plugin-themeablebrowser
109109

110110
Additional Properties
111111
---------------------

RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
Release Notes
2222
=============
2323

24+
0.2.8
25+
-----
26+
27+
No functional change. Migrated to npm as per Cordova's direction.
28+
2429
0.2.7
2530
-----
2631

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "cordova-plugin-themeablebrowser",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Cordova ThemeableBrowser Plugin",
55
"cordova": {
6-
"id": "com.initialxy.cordova.themeablebrowser",
6+
"id": "cordova-plugin-themeablebrowser",
77
"platforms": [
88
"android",
99
"amazon-fireos",
@@ -28,14 +28,7 @@
2828
"themeablebrowser",
2929
"ecosystem:cordova",
3030
"cordova-android",
31-
"cordova-amazon-fireos",
32-
"cordova-ubuntu",
33-
"cordova-ios",
34-
"cordova-wp7",
35-
"cordova-wp8",
36-
"cordova-windows8",
37-
"cordova-windows",
38-
"cordova-firefoxos"
31+
"cordova-ios"
3932
],
4033
"engines": [
4134
{

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
-->
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
22-
id="com.initialxy.cordova.themeablebrowser"
23-
version="0.2.7">
22+
id="cordova-plugin-themeablebrowser"
23+
version="0.2.8">
2424

2525
<name>ThemeableBrowser</name>
2626
<description>Cordova ThemeableBrowser Plugin</description>

0 commit comments

Comments
 (0)