You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/03/29 14:34:24 UTC

cordova-cli git commit: CB-10980 Set VERSION to 6.2.0-dev (via coho)

Repository: cordova-cli
Updated Branches:
  refs/heads/master cbc7514ab -> aa4e3b3f3


CB-10980 Set VERSION to 6.2.0-dev (via coho)


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

Branch: refs/heads/master
Commit: aa4e3b3f3dfa06d33f6201bf09ea8b54f4df4e06
Parents: cbc7514
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Tue Mar 29 15:05:24 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Tue Mar 29 15:12:05 2016 +0300

----------------------------------------------------------------------
 package.json | 290 +++++++++++++++++++++++++++---------------------------
 1 file changed, 145 insertions(+), 145 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/aa4e3b3f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 3a9fd47..db86bd9 100644
--- a/package.json
+++ b/package.json
@@ -1,146 +1,146 @@
 {
-  "name": "cordova",
-  "version": "6.1.1-dev",
-  "preferGlobal": "true",
-  "description": "Cordova command line interface tool",
-  "main": "cordova",
-  "engines": {
-    "node": ">=0.9.9"
-  },
-  "engineStrict": true,
-  "bin": {
-    "cordova": "./bin/cordova"
-  },
-  "scripts": {
-    "test": "node node_modules/jasmine-node/bin/jasmine-node --captureExceptions --color spec",
-    "cover": "node node_modules/istanbul/lib/cli.js cover --root src --print detail node_modules/jasmine-node/bin/jasmine-node -- spec"
-  },
-  "repository": {
-    "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/cordova-cli.git"
-  },
-  "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB",
-    "email": "dev@cordova.apache.org"
-  },
-  "keywords": [
-    "cordova",
-    "client",
-    "cli"
-  ],
-  "dependencies": {
-    "ansi": "^0.3.0",
-    "cordova-lib": "6.1.0",
-    "cordova-common": "^1.1.0",
-    "q": "1.0.1",
-    "nopt": "3.0.1",
-    "underscore": "1.7.0",
-    "update-notifier": "^0.5.0"
-  },
-  "devDependencies": {
-    "istanbul": "^0.3.4",
-    "grunt": "0.4.5",
-    "grunt-retire": "0.3.7",
-    "jasmine-node": "1.14.5"
-  },
-  "author": "Anis Kadri",
-  "contributors": [
-    {
-      "name": "Brian LeRoux",
-      "email": "b@brian.io"
-    },
-    {
-      "name": "Fil Maj",
-      "email": "maj.fil@gmail.com"
-    },
-    {
-      "name": "Mike Reinstein",
-      "email": "reinstein.mike@gmail.com"
-    },
-    {
-      "name": "Darry Pogue",
-      "email": "darryl@dpogue.ca"
-    },
-    {
-      "name": "Michael Brooks",
-      "email": "michael@michaelbrooks.ca"
-    },
-    {
-      "name": "Braden Shepherdson",
-      "email": "braden@chromium.org"
-    },
-    {
-      "name": "Gord Tanner",
-      "email": "gtanner@gmail.com"
-    },
-    {
-      "name": "Tim Kim",
-      "email": "timk@adobe.com"
-    },
-    {
-      "name": "Benn Mapes",
-      "email": "Benn.Mapes@gmail.com"
-    },
-    {
-      "name": "Michael Wolf",
-      "email": "Michael.Wolf@Cynergy.com"
-    },
-    {
-      "name": "Andrew Grieve",
-      "email": "agrieve@chromium.org"
-    },
-    {
-      "name": "Bryan Higgins",
-      "email": "bhiggins@blackberry.com"
-    },
-    {
-      "name": "Don Coleman",
-      "email": "dcoleman@chariotsolutions.com"
-    },
-    {
-      "name": "Germano Gabbianelli",
-      "email": "tyron.mx@gmail.com"
-    },
-    {
-      "name": "Ian Clelland",
-      "email": "iclelland@chromium.org"
-    },
-    {
-      "name": "Lucas Holmqust",
-      "email": "lholmqui@redhat.com"
-    },
-    {
-      "name": "Matt LeGrand",
-      "email": "mlegrand@gmail.com"
-    },
-    {
-      "name": "Michal Mocny",
-      "email": "mmocny@gmail.com"
-    },
-    {
-      "name": "Sam Breed",
-      "email": "sam@quickleft.com"
-    },
-    {
-      "name": "Tommy-Carlos Williams",
-      "email": "tommy@devgeeks.org"
-    },
-    {
-      "name": "Rubén Norte",
-      "email": "rubennorte@gmail.com"
-    },
-    {
-      "name": "Germano Gabbianelli",
-      "email": "tyrion.mx@gmail.com"
-    },
-    {
-      "name": "Steven Gill",
-      "email": "stevengill97@gmail.com"
-    },
-    {
-      "name":"Jesse",
-      "email":"purplecabbage@gmail.com"
-    }
-  ],
-  "license": "Apache-2.0"
-}
+    "name": "cordova",
+    "version": "6.2.0-dev",
+    "preferGlobal": "true",
+    "description": "Cordova command line interface tool",
+    "main": "cordova",
+    "engines": {
+        "node": ">=0.9.9"
+    },
+    "engineStrict": true,
+    "bin": {
+        "cordova": "./bin/cordova"
+    },
+    "scripts": {
+        "test": "node node_modules/jasmine-node/bin/jasmine-node --captureExceptions --color spec",
+        "cover": "node node_modules/istanbul/lib/cli.js cover --root src --print detail node_modules/jasmine-node/bin/jasmine-node -- spec"
+    },
+    "repository": {
+        "type": "git",
+        "url": "https://git-wip-us.apache.org/repos/asf/cordova-cli.git"
+    },
+    "bugs": {
+        "url": "https://issues.apache.org/jira/browse/CB",
+        "email": "dev@cordova.apache.org"
+    },
+    "keywords": [
+        "cordova",
+        "client",
+        "cli"
+    ],
+    "dependencies": {
+        "ansi": "^0.3.0",
+        "cordova-lib": "6.1.0",
+        "cordova-common": "^1.1.0",
+        "q": "1.0.1",
+        "nopt": "3.0.1",
+        "underscore": "1.7.0",
+        "update-notifier": "^0.5.0"
+    },
+    "devDependencies": {
+        "istanbul": "^0.3.4",
+        "grunt": "0.4.5",
+        "grunt-retire": "0.3.7",
+        "jasmine-node": "1.14.5"
+    },
+    "author": "Anis Kadri",
+    "contributors": [
+        {
+            "name": "Brian LeRoux",
+            "email": "b@brian.io"
+        },
+        {
+            "name": "Fil Maj",
+            "email": "maj.fil@gmail.com"
+        },
+        {
+            "name": "Mike Reinstein",
+            "email": "reinstein.mike@gmail.com"
+        },
+        {
+            "name": "Darry Pogue",
+            "email": "darryl@dpogue.ca"
+        },
+        {
+            "name": "Michael Brooks",
+            "email": "michael@michaelbrooks.ca"
+        },
+        {
+            "name": "Braden Shepherdson",
+            "email": "braden@chromium.org"
+        },
+        {
+            "name": "Gord Tanner",
+            "email": "gtanner@gmail.com"
+        },
+        {
+            "name": "Tim Kim",
+            "email": "timk@adobe.com"
+        },
+        {
+            "name": "Benn Mapes",
+            "email": "Benn.Mapes@gmail.com"
+        },
+        {
+            "name": "Michael Wolf",
+            "email": "Michael.Wolf@Cynergy.com"
+        },
+        {
+            "name": "Andrew Grieve",
+            "email": "agrieve@chromium.org"
+        },
+        {
+            "name": "Bryan Higgins",
+            "email": "bhiggins@blackberry.com"
+        },
+        {
+            "name": "Don Coleman",
+            "email": "dcoleman@chariotsolutions.com"
+        },
+        {
+            "name": "Germano Gabbianelli",
+            "email": "tyron.mx@gmail.com"
+        },
+        {
+            "name": "Ian Clelland",
+            "email": "iclelland@chromium.org"
+        },
+        {
+            "name": "Lucas Holmqust",
+            "email": "lholmqui@redhat.com"
+        },
+        {
+            "name": "Matt LeGrand",
+            "email": "mlegrand@gmail.com"
+        },
+        {
+            "name": "Michal Mocny",
+            "email": "mmocny@gmail.com"
+        },
+        {
+            "name": "Sam Breed",
+            "email": "sam@quickleft.com"
+        },
+        {
+            "name": "Tommy-Carlos Williams",
+            "email": "tommy@devgeeks.org"
+        },
+        {
+            "name": "Rubén Norte",
+            "email": "rubennorte@gmail.com"
+        },
+        {
+            "name": "Germano Gabbianelli",
+            "email": "tyrion.mx@gmail.com"
+        },
+        {
+            "name": "Steven Gill",
+            "email": "stevengill97@gmail.com"
+        },
+        {
+            "name": "Jesse",
+            "email": "purplecabbage@gmail.com"
+        }
+    ],
+    "license": "Apache-2.0"
+}
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org