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:57:25 UTC

[03/19] 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/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/master
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"