Skip to content

Commit 55c32cb

Browse files
committed
update id
1 parent 8515992 commit 55c32cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "@red-mobile/nodejs-mobile-cordova",
2+
"name": "nodejs-mobile-cordova",
33
"version": "0.4.3",
44
"description": "Node.js for Mobile Apps Cordova plugin",
55
"cordova": {
6-
"id": "@red-mobile/nodejs-mobile-cordova",
6+
"id": "nodejs-mobile-cordova",
77
"platforms": [
88
"ios",
99
"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

33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
4-
id="@red-mobile/nodejs-mobile-cordova"
4+
id="nodejs-mobile-cordova"
55
version="0.4.3">
66

77
<name>Node.js Mobile</name>

0 commit comments

Comments
 (0)