Remove bundledDependencies key from package.json
diff --git a/package.json b/package.json
index eb3c9aa..4279dc3 100644
--- a/package.json
+++ b/package.json
@@ -49,16 +49,6 @@
     "node": ">=6.0.0"
   },
   "engineStrict": true,
-  "bundledDependencies": [
-    "cordova-common",
-    "elementtree",
-    "node-uuid",
-    "nopt",
-    "q",
-    "semver",
-    "shelljs",
-    "winjs"
-  ],
   "author": "Apache Software Foundation",
   "license": "Apache-2.0"
 }