We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8515992 commit 55c32cbCopy full SHA for 55c32cb
package.json
@@ -1,9 +1,9 @@
1
{
2
- "name": "@red-mobile/nodejs-mobile-cordova",
+ "name": "nodejs-mobile-cordova",
3
"version": "0.4.3",
4
"description": "Node.js for Mobile Apps Cordova plugin",
5
"cordova": {
6
- "id": "@red-mobile/nodejs-mobile-cordova",
+ "id": "nodejs-mobile-cordova",
7
"platforms": [
8
"ios",
9
"android"
plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
- id="@red-mobile/nodejs-mobile-cordova"
+ id="nodejs-mobile-cordova"
version="0.4.3">
<name>Node.js Mobile</name>
0 commit comments