You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/09/04 18:00:06 UTC

[1/3] git commit: CB-7455 add bundledDependencies

Repository: cordova-wp8
Updated Branches:
  refs/heads/3.6.x 64a046e83 -> 7943002a5
Updated Tags:  refs/tags/3.6.0 f6690f1ca -> 7943002a5


CB-7455 add bundledDependencies


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

Branch: refs/heads/3.6.x
Commit: f5453b938893618ee81058c0ef8c497209511f25
Parents: a879f52
Author: Josh Soref <js...@blackberry.com>
Authored: Wed Sep 3 10:33:14 2014 -0400
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Sep 3 15:29:11 2014 -0700

----------------------------------------------------------------------
 wp8/package.json | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/f5453b93/wp8/package.json
----------------------------------------------------------------------
diff --git a/wp8/package.json b/wp8/package.json
index d393157..5f74788 100644
--- a/wp8/package.json
+++ b/wp8/package.json
@@ -19,6 +19,12 @@
     "node-uuid": "~1.4",
     "q": "~1"
   },
+  "bundledDependencies": [
+    "nopt",
+    "shelljs",
+    "node-uuid",
+    "q"
+  ],
   "devDependencies": {
     "jasmine-node": "~1",
     "shelljs": "0.1.x"


[2/3] git commit: updated package.json version

Posted by pu...@apache.org.
updated package.json version


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

Branch: refs/heads/3.6.x
Commit: f6690f1caab797da60fc018ec3464c465b14ff30
Parents: f5453b9
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Sep 3 15:31:44 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Sep 3 15:31:44 2014 -0700

----------------------------------------------------------------------
 wp8/package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/f6690f1c/wp8/package.json
----------------------------------------------------------------------
diff --git a/wp8/package.json b/wp8/package.json
index 5f74788..34c8226 100644
--- a/wp8/package.json
+++ b/wp8/package.json
@@ -1,7 +1,7 @@
 {
   "name": "cordova-wp8",
-  "version": "3.6.0-dev",
-  "description": "cordova-wp8 dev",
+  "version": "3.6.0",
+  "description": "cordova-wp8 v3.6.0",
   "main": "bin/create",
   "repository": {
     "type": "git",


[3/3] git commit: fix merge issue, package modified

Posted by pu...@apache.org.
fix merge issue, package modified


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/7943002a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/7943002a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/7943002a

Branch: refs/heads/3.6.x
Commit: 7943002a55e730756c33a7440f2a87e7071b1aab
Parents: f6690f1 64a046e
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Sep 4 08:59:18 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Sep 4 08:59:18 2014 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------