cordova-plugin-cronapp-decimal-keyboard 3.2.1 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package-lock.json +5 -0
- package/package.json +3 -2
- package/plugin.xml +1 -1
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cordova-plugin-cronapp-decimal-keyboard",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Plugin to display decimal keyboard on Cordova and Phonegap applications",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
+
"build": "exit 0",
|
|
7
8
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
9
|
},
|
|
9
10
|
"repository": {
|
|
@@ -22,4 +23,4 @@
|
|
|
22
23
|
"url": "https://github.com/CronApp/cordova-plugin-cronapp-decimal-keyboard/issues"
|
|
23
24
|
},
|
|
24
25
|
"homepage": "https://github.com/CronApp/cordova-plugin-cronapp-decimal-keyboard/blob/master/README.md"
|
|
25
|
-
}
|
|
26
|
+
}
|
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-cronapp-decimal-keyboard" version="
|
|
2
|
+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-cronapp-decimal-keyboard" version="4.0.1">
|
|
3
3
|
<name>Decimal Keyboard</name>
|
|
4
4
|
<description>Cordova Decimal Keyboard Plugin</description>
|
|
5
5
|
<license>Apache 2.0</license>
|