Skip to content

Commit 36bef97

Browse files
authored
Merge pull request #4 from OutSystemsExperts/Patch-Package.json
Adding missing package.json file
2 parents 5878d4b + f3276de commit 36bef97

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

Diff for: package.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "File-Viewer-Plugin",
3+
"version": "1.0.1",
4+
"description": "File Viewer Plugin for Cordova Applications",
5+
"cordova": {
6+
"id": "com.outsystems.documentpreview",
7+
"platforms": [
8+
"ios",
9+
"android"
10+
]
11+
},
12+
"dependencies": {},
13+
"devDependencies": {},
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/OutSystemsExperts/File-Viewer-Plugin"
17+
},
18+
"keywords": [
19+
"ecosystem:cordova",
20+
"cordova-ios",
21+
"cordova-android"
22+
],
23+
"author": "OutSystems Experts",
24+
"license": "The MIT License (MIT)",
25+
"bugs": {
26+
"url": "https://github.com/OutSystemsExperts/File-Viewer-Plugin/issues"
27+
},
28+
"homepage": "https://github.com/OutSystemsExperts/File-Viewer-Plugin#readme"
29+
}

Diff for: plugin.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<plugin
33
id="com.outsystems.documentpreview"
4-
version="1.0.0"
4+
version="1.0.1"
55
xmlns="http://apache.org/cordova/ns/plugins/1.0"
66
xmlns:android="http://schemas.android.com/apk/res/android">
77

@@ -40,4 +40,4 @@
4040
<source-file src="src/android/DocumentPreview.java" target-dir="src/com/outsystems/documentpreview" />
4141
</platform>
4242

43-
</plugin>
43+
</plugin>

0 commit comments

Comments
 (0)