Skip to content

Commit

Permalink
cambios requeridos
Browse files Browse the repository at this point in the history
  • Loading branch information
yvera-kunder committed Jun 15, 2017
1 parent 67f828c commit ba27b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "kunder-webview",
"name": "kunder-cordova-webview",
"version": "2.4.1",
"description": "This cordova plugin enables you to open a second webview in your app. This webview is totally independent from the main webview, but allows you tu access plugins and other Cordova resources. It's possible to modify this plugin to allow multiple webviews.",
"cordova": {
"id": "kunder-webview",
"id": "kunder-cordova-webview",
"platforms": [
"android",
"ios"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="kunder-webview"
id="kunder-cordova-webview"
version="2.4.1">
<name>Cordova Second Webview</name>
<author href="http://kunder.cl">kunder</author>
Expand Down

0 comments on commit ba27b3b

Please sign in to comment.