Merge pull request 'upperToLower' (#1) from upperToLower into master
Reviewed-on: #1
This commit is contained in:
commit
e46670a8df
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-JcPrinter",
|
"name": "cordova-plugin-jcprinter",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "for Niimbot B32 printer",
|
"description": "for Niimbot B32 printer",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova.plugin.JcPrinter",
|
"id": "cordova-plugin-jcprinter",
|
||||||
"platforms": []
|
"platforms": []
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<plugin id="cordova.plugin.JcPrinter" version="1.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
|
<plugin id="cordova-plugin-jcprinter" version="1.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<name>bluetoothPrinter</name>
|
<name>bluetoothPrinter</name>
|
||||||
<js-module name="jcPrinter" src="www/jcPrinter.js">
|
<js-module name="jcPrinter" src="www/jcPrinter.js">
|
||||||
<clobbers target="cordova.plugins.jcprinter" />
|
<clobbers target="cordova.plugins.jcprinter" />
|
||||||
|
Loading…
Reference in New Issue
Block a user