Updated description
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cordova-plugin-archive-zip",
|
||||
"version": "2.0.0",
|
||||
"description": "Cordova Zip Archive Plugin",
|
||||
"description": "Cordova Zip archive plugin with multipart support",
|
||||
"types": "./types/index.d.ts",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-archive-zip",
|
||||
@@ -21,6 +21,7 @@
|
||||
"cordova",
|
||||
"zip",
|
||||
"archive",
|
||||
"multipart",
|
||||
"ios zip",
|
||||
"android zip",
|
||||
"cordova zip",
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-archive-zip" version="2.0.0">
|
||||
<name>Zip archive</name>
|
||||
<description>Cordova zip archive plugin</description>
|
||||
<description>Cordova zip archive plugin with multipart support</description>
|
||||
<license>Apache 2.0</license>
|
||||
<keywords>cordova,zip,archive,plugin,native,android,ios</keywords>
|
||||
<keywords>cordova,zip,archive,plugin,native,android,ios,multipart</keywords>
|
||||
<repo>https://github.com/kitolog/cordova-plugin-zip-archive</repo>
|
||||
<issue>https://github.com/kitolog/cordova-plugin-zip-archive</issue>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user