Skip to content

Commit

Permalink
Changes in read and version to accomplish License viewer in npm-cordova
Browse files Browse the repository at this point in the history
  • Loading branch information
jjdltc committed Dec 28, 2015
1 parent f3220bd commit 8c72d43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Platforms supported

* android

Installation
---

`cordova plugin add cordova-zip-plugin`

Easy Use
---

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-zip-plugin",
"version": "0.0.3",
"version": "0.0.4",
"description": "Cordova zip compress and decompress",
"cordova": {
"id": "com.jjdltc.cordova.plugin.zip",
Expand Down Expand Up @@ -28,7 +28,7 @@
}
],
"author": "Joel De La Torriente - jjdltc",
"license": "MIT License (MIT)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jjdltc/jjdltc-cordova-plugin-zip/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ See a full copy of license in the root folder of the project

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.jjdltc.cordova.plugin.zip"
version="0.0.3">
version="0.0.4">
<name>JJzip</name>
<description>Cordova zip compress and decompress</description>
<author>JJDLTC - Joel De La Torriente</author>
<license>MIT License (MIT)</license>
<license>MIT</license>
<keywords>cordova,zip,compress,decompress,unzip</keywords>
<repo>https://github.com/jjdltc/jjdltc-cordova-plugin-zip.git</repo>
<issue>https://github.com/jjdltc/jjdltc-cordova-plugin-zip/issues</issue>
Expand Down

0 comments on commit 8c72d43

Please sign in to comment.