Skip to content

Commit d0f1973

Browse files
committed
Updated references to GitHub for NPM package
1 parent 167e636 commit d0f1973

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
![](https://img.shields.io/github/issues/enricodente/cordova-plugin-crypt-file-android.svg)
2+
![](https://img.shields.io/github/license/enricodente/cordova-plugin-crypt-file-android.svg)
3+
14
# Cordova crypt file plugin for Android only
25
HTML source file is encrypted at build, and decrypted at runtime. Works with Android build only.
36

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "cordova-plugin-crypt-file-android",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "This plugin to encrypt/decrypt the source files.",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/enricodente/cordova-plugin-crypt-file-android"
8+
},
59
"keywords": [
610
"ecosystem:cordova",
711
"cordova-android"

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-crypt-file-android"
4-
version="1.4.1">
4+
version="1.4.2">
55

66
<name>Crypt File</name>
77
<description>Encrypts source code</description>

0 commit comments

Comments
 (0)