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 03:56:20 UTC

git commit: bundledDependencies + fixed some whitespace

Repository: cordova-windows
Updated Branches:
  refs/heads/3.6.x cdb292f4a -> 7fb7d45a2
Updated Tags:  refs/tags/3.6.0 [created] 7fb7d45a2


bundledDependencies + fixed some whitespace


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

Branch: refs/heads/3.6.x
Commit: 7fb7d45a2a3e995165bd8ce29fb135aeef8a6eba
Parents: cdb292f
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Sep 3 18:55:19 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Sep 3 18:55:19 2014 -0700

----------------------------------------------------------------------
 windows/package.json | 54 ++++++++++++++++++++++++++---------------------
 1 file changed, 30 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/7fb7d45a/windows/package.json
----------------------------------------------------------------------
diff --git a/windows/package.json b/windows/package.json
index 550f8df..0425c3a 100644
--- a/windows/package.json
+++ b/windows/package.json
@@ -1,26 +1,32 @@
 {
-  "name": "cordova-windows",
-  "version": "3.6.0",
-  "description": "cordova-windows release",
-  "main": "bin/create",
-  "repository":{
-    "type":"git",
-    "url":"https://github.com/apache/cordova-windows"
-  },
-  "keywords": [
-    "windows",
-    "cordova",
-    "apache"
-  ],
-  "dependencies": {
-    "q": "^0.9.0",
-    "nopt": "~3",
-    "node-uuid": "~1.4",
-    "shelljs": "~0.3"
-  },
-  "scripts": {
-    "test": "bin\\create .\\testcreate & .\\testcreate\\cordova\\build & rm -rf .\\testcreate"
-  },
-  "author": "Apache Software Foundation",
-  "license": "Apache Version 2.0"
+    "name": "cordova-windows",
+    "version": "3.6.0",
+    "description": "cordova-windows release",
+    "main": "bin/create",
+    "repository":{
+        "type":"git",
+        "url":"https://github.com/apache/cordova-windows"
+    },
+    "keywords": [
+        "windows",
+        "cordova",
+        "apache"
+    ],
+    "dependencies": {
+        "q": "^0.9.0",
+        "nopt": "~3",
+        "node-uuid": "~1.4",
+        "shelljs": "~0.3"
+    },
+    "bundledDependencies": [
+        "nopt",
+        "shelljs",
+        "node-uuid",
+        "q"
+    ],
+    "scripts": {
+        "test": "bin\\create .\\testcreate & .\\testcreate\\cordova\\build & rm -rf .\\testcreate"
+    },
+    "author": "Apache Software Foundation",
+    "license": "Apache Version 2.0"
 }