Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit 8e5b457

Browse files
author
msrodri
committed
Merge pull request #28 from manifoldjs/v0.1.2
V0.1.2
2 parents 0215d75 + 6a08706 commit 8e5b457

File tree

15 files changed

+98
-14
lines changed

15 files changed

+98
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/node_modules/
2+
/scripts/node_modules/
23
npm-debug.log
34
coverage.html
45
.ntvs_analysis.dat

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-hostedwebapp",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Hosted Web App Plugin",
55
"cordova": {
66
"id": "cordova-plugin-hostedwebapp",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
id="cordova-plugin-hostedwebapp"
4-
version="0.1.1">
4+
version="0.1.2">
55
<name>HostedWebApp</name>
66
<description>Hosted Web App Plugin</description>
77
<license>MIT License</license>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<widget id="com.example.hello" version="0.0.1">
3+
</widget>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"start_url": "http://wat-docs.azurewebsites.net/",
3+
"name": "WAT Documentation",
4+
"orientation": "landscape",
5+
"display": "fullscreen",
6+
"scope": "http://www.domain.com"
7+
}

scripts/test/assets/jsonEmpty/manifest.json

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"start_url": "http://wat-docs.azurewebsites.net/"
3+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
empty folder

0 commit comments

Comments
 (0)