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:14 UTC

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

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