You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2017/05/11 18:10:22 UTC

cordova-plugins git commit: CB-12799 - updated version, add package.json

Repository: cordova-plugins
Updated Branches:
  refs/heads/notification 1b00ebe41 -> 8432895c4


CB-12799 - updated version, add package.json


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/8432895c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/8432895c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/8432895c

Branch: refs/heads/notification
Commit: 8432895c4d3b222f831125f5f2adb04d22a0076a
Parents: 1b00ebe
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Thu May 11 11:10:14 2017 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Thu May 11 11:10:14 2017 -0700

----------------------------------------------------------------------
 package.json | 18 ++++++++++++++++++
 plugin.xml   |  4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/8432895c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..cf98480
--- /dev/null
+++ b/package.json
@@ -0,0 +1,18 @@
+{
+  "name": "cordova-labs-notification",
+  "version": "0.0.2",
+  "description": "Cordova Notification Plugin",
+  "main": "index.js",
+  "directories": {
+    "doc": "doc"
+  },
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugins.git"
+  },
+  "author": "Apache Cordova",
+  "license": "Apache-2.0"
+}

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/8432895c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 650da2c..2cebb89 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,8 +20,8 @@
 
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
-    id="org.apache.cordova.labs.notification"
-    version="0.0.1">
+    id="cordova-labs-notification"
+    version="0.0.2">
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>
     <license>Apache 2.0</license>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org