You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/12/08 22:43:13 UTC

[cordova-cli] branch master updated (49f32e6 -> 8262ae2)

This is an automated email from the ASF dual-hosted git repository.

steven pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git.


    from 49f32e6  updated dependencies
     add 18d7222  Use native Promises instead of Q
     new 8262ae2  Merge pull request #289 from dpogue/promise

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 package.json     |  1 -
 spec/cli.spec.js | 15 +++++++--------
 src/cli.js       | 19 +++++++++----------
 src/telemetry.js | 35 +++++++++++++++--------------------
 4 files changed, 31 insertions(+), 39 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

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


[cordova-cli] 01/01: Merge pull request #289 from dpogue/promise

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git

commit 8262ae29320c4d34ad30360754d9bc8347ae4221
Merge: 49f32e6 18d7222
Author: Steve Gill <st...@gmail.com>
AuthorDate: Fri Dec 8 14:43:11 2017 -0800

    Merge pull request #289 from dpogue/promise
    
    Use native Promises instead of Q

 package.json     |  1 -
 spec/cli.spec.js | 15 +++++++--------
 src/cli.js       | 19 +++++++++----------
 src/telemetry.js | 35 +++++++++++++++--------------------
 4 files changed, 31 insertions(+), 39 deletions(-)

diff --cc package.json
index 8ed274c,75112bd..d8eaf33
--- a/package.json
+++ b/package.json
@@@ -31,12 -31,11 +31,11 @@@
    ],
    "dependencies": {
      "configstore": "2.1.0",
 -    "cordova-common": "2.1.1",
 +    "cordova-common": "^2.2.0",
      "cordova-lib": "7.1.0",
      "editor": "1.0.0",
 -    "insight": "0.8.2",
 +    "insight": "0.8.4",
      "nopt": "3.0.1",
-     "q": "1.0.1",
      "update-notifier": "0.5.0"
    },
    "devDependencies": {

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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