From 9c28c942e4831473d4f302e9a7e2b424033f0a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B0=D0=BC=D0=BF=D1=83=D1=88=D0=B0?= Date: Tue, 5 Apr 2016 14:31:49 +0300 Subject: [PATCH] update tests --- package.json | 7 +++++-- plugin.xml | 2 +- {test => tests}/index.html | 0 {test => tests}/jquery.js | 0 tests/plugin.xml | 7 +++++++ {test => tests}/test.js | 0 6 files changed, 13 insertions(+), 3 deletions(-) rename {test => tests}/index.html (100%) rename {test => tests}/jquery.js (100%) create mode 100644 tests/plugin.xml rename {test => tests}/test.js (100%) diff --git a/package.json b/package.json index 6d6d40d..c3d8317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.lampa.startapp", - "version": "0.1.2", + "version": "0.1.3", "description": "Phonegap plugin for check or launch other application in android device.", "cordova": { "id": "com.lampa.startapp", @@ -17,7 +17,10 @@ "cordova", "startapp", "lampa", - "ecosystem:cordova", + "extra", + "extrafields", + "hasextra", + "cordova", "cordova-android", "cordova-ios" ], diff --git a/plugin.xml b/plugin.xml index f5b6971..0d5c7dc 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.1.3"> startApp Phonegap plugin for check or launch other application in android device. diff --git a/test/index.html b/tests/index.html similarity index 100% rename from test/index.html rename to tests/index.html diff --git a/test/jquery.js b/tests/jquery.js similarity index 100% rename from test/jquery.js rename to tests/jquery.js diff --git a/tests/plugin.xml b/tests/plugin.xml new file mode 100644 index 0000000..0d2f6d2 --- /dev/null +++ b/tests/plugin.xml @@ -0,0 +1,7 @@ + + startApp tests + MIT + \ No newline at end of file diff --git a/test/test.js b/tests/test.js similarity index 100% rename from test/test.js rename to tests/test.js