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/06 00:46:57 UTC

[15/26] git commit: CB-7455 add bundledDependencies

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/d89b1539
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/d89b1539
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/d89b1539

Branch: refs/heads/3.6.x
Commit: d89b15394aa46e8f187d4d0341dd6782e23775c7
Parents: 98448f5
Author: Josh Soref <js...@blackberry.com>
Authored: Wed Sep 3 10:33:14 2014 -0400
Committer: Josh Soref <js...@blackberry.com>
Committed: Wed Sep 3 10:35:51 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/d89b1539/wp8/package.json
----------------------------------------------------------------------
diff --git a/wp8/package.json b/wp8/package.json
index 07bcd62..1f786ea 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"